mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 19:52:06 +00:00
8 lines
390 B
Text
8 lines
390 B
Text
|
OPWEN_SIM_TYPE='{{ lokole_sim_type }}'
|
||
|
OPWEN_STATE_DIRECTORY='{{ lokole_run_directory }}'
|
||
|
OPWEN_APP_ROOT='{{ lokole_url }}/'
|
||
|
OPWEN_MAX_UPLOAD_SIZE_MB=10
|
||
|
OPWEN_SYNC_SCHEDULE='1,16,31,46 * * * *'
|
||
|
OPWEN_SESSION_KEY='{{ lookup('password', '/dev/null chars=ascii_letters,digits,_ length=32') }}'
|
||
|
OPWEN_PASSWORD_SALT='{{ lookup('password', '/dev/null chars=ascii_letters,digits,_ length=16') }}'
|