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:
parent
51ef6e74c8
commit
e139469b45
1 changed files with 1 additions and 1 deletions
|
@ -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}}'
|
||||
|
|
Loading…
Reference in a new issue