Fixed orientdb root password

This commit is contained in:
Luca Frosini 2016-10-11 16:21:22 +02:00
parent 2ce227b4a6
commit 7b99c4bc7c
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ HTTP_PROTOCOL={{ orientdb_http_protocol }}
HTTP_PORT={{ orientdb_http_port }}
DB={{ orientdb_db_name }}
USERNAME={{ orientdb_username }}
PASSWORD={{ orientdb_password }}
PASSWORD={{ orientdb_root_pwd }}
DEFAULT_CREATED_WRITER_USER_PASSWORD={{ orientdb_writer_password }}
DEFAULT_CREATED_READER_USER_PASSWORD={{ orientdb_reader_password }}
DEFAULT_ADMIN_USERNAME={{ orientdb_default_admin_user }}