Fixed orientdb root password
This commit is contained in:
parent
2ce227b4a6
commit
7b99c4bc7c
|
@ -4,7 +4,7 @@ HTTP_PROTOCOL={{ orientdb_http_protocol }}
|
||||||
HTTP_PORT={{ orientdb_http_port }}
|
HTTP_PORT={{ orientdb_http_port }}
|
||||||
DB={{ orientdb_db_name }}
|
DB={{ orientdb_db_name }}
|
||||||
USERNAME={{ orientdb_username }}
|
USERNAME={{ orientdb_username }}
|
||||||
PASSWORD={{ orientdb_password }}
|
PASSWORD={{ orientdb_root_pwd }}
|
||||||
DEFAULT_CREATED_WRITER_USER_PASSWORD={{ orientdb_writer_password }}
|
DEFAULT_CREATED_WRITER_USER_PASSWORD={{ orientdb_writer_password }}
|
||||||
DEFAULT_CREATED_READER_USER_PASSWORD={{ orientdb_reader_password }}
|
DEFAULT_CREATED_READER_USER_PASSWORD={{ orientdb_reader_password }}
|
||||||
DEFAULT_ADMIN_USERNAME={{ orientdb_default_admin_user }}
|
DEFAULT_ADMIN_USERNAME={{ orientdb_default_admin_user }}
|
||||||
|
|
Loading…
Reference in New Issue