1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 11:42:08 +00:00

Add config file template

This commit is contained in:
Aidan Fitzgerald 2018-07-13 21:47:33 -04:00 committed by Aidan Fitzgerald
parent e573424ad0
commit 51ef6e74c8

View file

@ -1,4 +1,10 @@
export OPWEN_STATE_DIRECTORY='{{lokole_run_directory}}'
export OPWEN_SESSION_KEY='{{ lookup('password', '/dev/null chars=ascii_letters,digits,_ length=32') }}'
export OPWEN_PASSWORD_SALT='{{ lookup('password', '/dev/null chars=ascii_letters,digits,_ length=16') }}'
export OPWEN_CLIENT_NAME='iiab-{{ iiab_hostname }}'
export OPWEN_SESSION_KEY='{{lokole_config_session_key}}'
export OPWEN_PASSWORD_SALT='{{opwen_webapp_config_password_salt}}'
export OPWEN_ADMIN_SECRET='{{opwen_webapp_admin_secret}}'
export OPWEN_REMOTE_ACCOUNT_NAME='{{opwen_webapp_config_remote_account_name}}'
export OPWEN_REMOTE_ACCOUNT_KEY='{{opwen_webapp_config_remote_account_key}}'
export OPWEN_CLIENT_ID='{{opwen_webapp_config_client_id}}'
export OPWEN_CLIENT_NAME='{{opwen_webapp_config_client_name}}'
export OPWEN_EMAIL_SERVER_READ_API='{{opwen_server_read_host}}'
export OPWEN_EMAIL_SERVER_WRITE_API='{{opwen_server_write_host}}'