-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathenvoy.example
More file actions
35 lines (29 loc) · 821 Bytes
/
envoy.example
File metadata and controls
35 lines (29 loc) · 821 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
30
31
32
33
34
35
TARGET_SERVER=server.example.org
TARGET_USER=web
TARGET_DIR=ciselnik
REPOSITORY=https://github.com/CESNET/ciselnik
APP_NAME=Číselnik
APP_ENV=production
APP_DEBUG=false
APP_URL=https://server.example.org
DB_HOST=127.0.0.1
DB_DATABASE=database
DB_USERNAME=user
DB_PASSWORD=password
LDAP_HOST=ldap.example.org
LDAP_USERNAME="uid=user,ou=People,dc=example,dc=org"
LDAP_PASSWORD="SafePassw0rd!"
LDAP_PORT=636
LDAP_BASE_DN="ou=Organizations,dc=example,dc=org"
LDAP_SSL=true
LDAP_TLS=false
LOG_SLACK_WEBHOOK_URL=https://hooks.example.org/services/token
LOG_SLACK_CHANNEL=#ciselnik
MAIL_MAILER=smtp
MAIL_HOST=server.example.org
MAIL_PORT=25
MAIL_FROM_ADDRESS="hello@example.com"
MAIL_FROM_NAME="${APP_NAME}"
MAIL_REPLYTO_ADDRESS="info@example.org"
MAIL_REPLYTO_NAME="HelpDesk"
MAIL_NOTIFY_NEW_OBJECT="notify@example.org"