1
0
Fork 0
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:
A Holt 2018-11-12 09:42:04 -05:00 committed by GitHub
commit 378a5bc3cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 }}'