diff --git a/roles/lokole/templates/webapp_secrets.sh.j2 b/roles/lokole/templates/webapp_secrets.sh.j2 new file mode 100644 index 000000000..c48afd45f --- /dev/null +++ b/roles/lokole/templates/webapp_secrets.sh.j2 @@ -0,0 +1,10 @@ +export OPWEN_STATE_DIRECTORY='{{lokole_run_directory}}' +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}}'