-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample.env
More file actions
29 lines (29 loc) · 801 Bytes
/
example.env
File metadata and controls
29 lines (29 loc) · 801 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
DISCORD_BOT_TOKEN=some string
DISCORD_GUILD=server identifier
DISCORD_CHANNEL=where people should be added to
DISCORD_CLIENT_ID=the client id of the bot
ORGANIZATION_NAME=Your Organization
SMTP_USERNAME=email@example.com
SMTP_PASSWORD=password
SMTP_PORT=465
SMTP_SECURE=true
SMTP_HOST=smtp.gmail.com
LDAP_OU=ou=people,dc=ldap,dc=example,dc=com
LDAP_GROUP_QUERY=(objectClass=*)
LDAP_URL=ldap://ldap.example.com:389
LDAP_BASE_DN=dc=ldap,dc=example,dc=com
LDAP_USERNAME=cn=admin,dc=ldap,dc=example,dc=com
LDAP_PASSWORD=adminpassword
FULL_LOGGING=false
EXEC_TIME_INTERVAL=30
API_PORT=80
API_HOSTNAME=http://localhost/
ADMIN_USER=admin
ADMIN_PASSWORD=admin
JWT_SECRET=test_secret
DEVELOPMENT=TRUE
AUTO_KICK=FALSE
AUTO_INVITE=FALSE
MESSAGE_ON_JOIN=FALSE
MAX_INVITE_AGE=604800
SUPPORT_EMAIL=email@example.com