2018-07-14 01:47:33 +00:00
|
|
|
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}}'
|
2018-07-15 03:14:43 +00:00
|
|
|
export OPWEN_CLIENT_NAME='iiab-{{ iiab_hostname }}'
|
2018-07-14 01:47:33 +00:00
|
|
|
export OPWEN_EMAIL_SERVER_READ_API='{{opwen_server_read_host}}'
|
|
|
|
export OPWEN_EMAIL_SERVER_WRITE_API='{{opwen_server_write_host}}'
|