1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 03:32:12 +00:00

Hardcode OPWEN_CLIENT_NAME to iiab + hostname

This commit is contained in:
Aidan Fitzgerald 2018-07-14 23:14:43 -04:00 committed by Aidan Fitzgerald
parent 51ef6e74c8
commit e139469b45

View file

@ -5,6 +5,6 @@ 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_CLIENT_NAME='iiab-{{ iiab_hostname }}'
export OPWEN_EMAIL_SERVER_READ_API='{{opwen_server_read_host}}'
export OPWEN_EMAIL_SERVER_WRITE_API='{{opwen_server_write_host}}'