mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Update right side of Lokole email address
Previously, the email address appeared as `username@iiab-box.lokole.ca`. With this change, the email address appears as `username@box.lan` See https://github.com/iiab/iiab/issues/1293
This commit is contained in:
parent
62d6d223f0
commit
382fa66570
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…
Add table
Add a link
Reference in a new issue