Changed vault for resource registry. Aligned root password of orientdb root user

This commit is contained in:
Luca Frosini 2016-10-14 17:00:16 +02:00
parent 465eeb8fe7
commit 6606894817
2 changed files with 2 additions and 2 deletions

View File

@ -84,7 +84,7 @@
</network> </network>
<storages/> <storages/>
<users> <users>
<user resources="*" password="{{ orientdb_root_pwd }}" name="root"/> <user resources="*" password="{{ orientdb_root_pwd }}" name="{{ orientdb_root_username }}"/>
</users> </users>
<properties> <properties>
<entry value="1" name="db.pool.min"/> <entry value="1" name="db.pool.min"/>

View File

@ -3,7 +3,7 @@ REMOTE_PROTOCOL={{ orientdb_remote_protocol }}
HTTP_PROTOCOL={{ orientdb_http_protocol }} 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_root_username }}
PASSWORD={{ orientdb_root_pwd }} 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 }}