2020-02-04 06:18:37 +00:00
|
|
|
# LDAP server secrets file, don't commit to version control!
|
|
|
|
|
|
|
|
# Auth token, used by Spaceport to authenticate
|
|
|
|
# Set this to random characters
|
|
|
|
# For example, use the first output of this:
|
|
|
|
# head /dev/urandom | sha1sum
|
|
|
|
AUTH_TOKEN = ''
|
2020-02-05 05:00:21 +00:00
|
|
|
|
|
|
|
LDAP_USERNAME = ''
|
|
|
|
LDAP_PASSWORD = ''
|