mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
OPWEN_SETTINGS for settings.env
This commit is contained in:
parent
56a4596cca
commit
be0c12c42b
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
|||
OPWEN_SIM_TYPE='{{ lokole_sim_type }}'
|
||||
OPWEN_SETTINGS='{{ lokole_run_directory }}/settings.env'
|
||||
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') }}'
|
||||
OPWEN_SIM_TYPE='{{ lokole_sim_type }}'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue