mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
export variables
This commit is contained in:
parent
1942ea206a
commit
a7811787fa
1 changed files with 5 additions and 4 deletions
|
@ -1,6 +1,7 @@
|
|||
export OPWEN_SIM_TYPE='LocalOnly'
|
||||
export OPWEN_STATE_DIRECTORY='{{lokole_run_directory}}'
|
||||
export OPWEN_SIM_TYPE='{{ lokole_sim_type }}'
|
||||
export OPWEN_STATE_DIRECTORY='{{ lokole_run_directory }}'
|
||||
export OPWEN_APP_ROOT='{{ lokole_url }}'
|
||||
export OPWEN_MAX_UPLOAD_SIZE_MB=10
|
||||
export OPWEN_SYNC_SCHEDULE='1,16,31,46 * * * *'
|
||||
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_hostname }}'
|
||||
export OPWEN_ROOT_DOMAIN='{{ iiab_domain }}'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue