mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
Merge pull request #1294 from ascoderu/adjust-lokole-email-hostname
Update right side of Lokole email address
This commit is contained in:
commit
378a5bc3cd
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
|||
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') }}'
|
||||
export OPWEN_CLIENT_NAME='iiab-{{ iiab_hostname }}'
|
||||
export OPWEN_CLIENT_NAME='{{ iiab_hostname }}'
|
||||
export OPWEN_ROOT_DOMAIN='{{ iiab_domain }}'
|
||||
|
|
Loading…
Reference in a new issue