From 6606894817386320272b586c30f6671bff3c6a2a Mon Sep 17 00:00:00 2001 From: Luca Frosini Date: Fri, 14 Oct 2016 17:00:16 +0200 Subject: [PATCH] Changed vault for resource registry. Aligned root password of orientdb root user --- orientdb/templates/orientdb-server-config.xml.j2 | 2 +- smartgears/resource_registry/templates/config.properties.j2 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/orientdb/templates/orientdb-server-config.xml.j2 b/orientdb/templates/orientdb-server-config.xml.j2 index bbc1583..c856dc3 100644 --- a/orientdb/templates/orientdb-server-config.xml.j2 +++ b/orientdb/templates/orientdb-server-config.xml.j2 @@ -84,7 +84,7 @@ - + diff --git a/smartgears/resource_registry/templates/config.properties.j2 b/smartgears/resource_registry/templates/config.properties.j2 index 9a3ab33..1d0638f 100644 --- a/smartgears/resource_registry/templates/config.properties.j2 +++ b/smartgears/resource_registry/templates/config.properties.j2 @@ -3,7 +3,7 @@ REMOTE_PROTOCOL={{ orientdb_remote_protocol }} HTTP_PROTOCOL={{ orientdb_http_protocol }} HTTP_PORT={{ orientdb_http_port }} DB={{ orientdb_db_name }} -USERNAME={{ orientdb_username }} +USERNAME={{ orientdb_root_username }} PASSWORD={{ orientdb_root_pwd }} DEFAULT_CREATED_WRITER_USER_PASSWORD={{ orientdb_writer_password }} DEFAULT_CREATED_READER_USER_PASSWORD={{ orientdb_reader_password }}