-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy path.env
42 lines (40 loc) · 1.57 KB
/
.env
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
36
37
38
39
40
41
42
# Traefik Variables
TRAEFIK_IMAGE_TAG=traefik:3.2
# Set the log level (DEBUG, INFO, WARN, ERROR)
TRAEFIK_LOG_LEVEL=WARN
# The email address used by Let's Encrypt for renewal notices
# The hostname used to access the Traefik dashboard and to configure domain-specific rules
TRAEFIK_HOSTNAME=traefik.otrs.heyvaldemar.net
# Basic Authentication for Traefik Dashboard
# Username: traefikadmin
# Passwords must be encoded using MD5, SHA1, or BCrypt https://hostingcanada.org/htpasswd-generator/
TRAEFIK_BASIC_AUTH=traefikadmin:$$2y$$10$$sMzJfirKC75x/hVpiINeZOiSm.Jkity9cn4KwNkRvO7hSQVFc5FLO
# OTRS Variables
OTRS_MARIADB_IMAGE_TAG=juanluisbaptiste/otrs-mariadb:latest
OTRS_IMAGE_TAG=juanluisbaptiste/znuny:latest
OTRS_DB_NAME=otrsdb
OTRS_DB_USER=otrsdbbuser
OTRS_DB_PASSWORD=f6vN3gbxePP4QqzWwxUd
OTRS_DB_ADMIN_PASSWORD=YGf2yKAn5jj9FbTpyLcg
OTRS_ADMIN_PASSWORD=MCjN7NqHUoEbx997AFGH
OTRS_HOSTNAME=otrs.heyvaldemar.net
OTRS_LANGUAGE=en
OTRS_TIMEZONE=UTC
OTRS_TICKET_COUNTER=1
# Sets the ticket number generator. Possible values are: DateChecksum, Date, AutoIncrement or Random
OTRS_NUMBER_GENERATOR=AutoIncrement
OTRS_SMTP_ADDRESS=smtp-relay.gmail.com
OTRS_SMTP_PORT=587
OTRS_SMTP_PASSWORD=Er5oCkRK7a4wwT7RXLJd
# Backup Variables
BACKUP_INIT_SLEEP=30m
BACKUP_INTERVAL=24h
MARIADB_BACKUP_PRUNE_DAYS=7
DATA_BACKUP_PRUNE_DAYS=7
MARIADB_BACKUPS_PATH=/srv/otrs-mariadb/backups
DATA_BACKUPS_PATH=/srv/otrs-application-data/backups
DATA_PATH=/opt/otrs
MARIADB_BACKUP_NAME=otrs-mariadb-backup
DATA_BACKUP_NAME=otrs-application-data-backup