mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
Add OPWEN_SIM_TYPE env variable
Signed-off-by: Aidan Fitzgerald <acf67@cornell.edu>
This commit is contained in:
parent
2f0267afa8
commit
dc98b73c51
1 changed files with 1 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
export OPWEN_SIM_TYPE='LocalOnly'
|
||||
export OPWEN_STATE_DIRECTORY='{{lokole_run_directory}}'
|
||||
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') }}'
|
||||
|
|
Loading…
Reference in a new issue