ansible-roles/smartgears/resource_registry/templates/config.properties.j2

13 lines
554 B
Plaintext
Raw Normal View History

HOST={{ orientdb_host }}
REMOTE_PROTOCOL={{ orientdb_remote_protocol }}
HTTP_PROTOCOL={{ orientdb_http_protocol }}
HTTP_PORT={{ orientdb_http_port }}
DB={{ orientdb_db_name }}
USERNAME={{ orientdb_root_username }}
2016-10-11 16:21:22 +02:00
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 }}
DEFAULT_ADMIN_PASSWORD={{ orientdb_default_admin_password }}
CHANGED_ADMIN_PASSWORD={{ orientdb_admin_password }}