-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.example.env
44 lines (37 loc) · 1.12 KB
/
.example.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
43
44
#Flag indicating, whether we are in test mode or not
WEB_SERVER_TEST=true
#MariDB settings
MARIADB_PORT=12345
#MariDB folders. They will have sensetive data, so better not advertise them
MARIADB_DATA_DIR=
MARIADB_BACKUP_DIR=
#Path to generate SSL keys to
MARIADB_KEYS_DIR=
#Details for SSL certificates to be generated by respective script
MARIADB_TLS_SETTING_CA_NAME=
MARIADB_TLS_SETTING_CLIENT_NAME=
MARIADB_TLS_SETTING_SERVER_NAME=
MARIADB_TLS_SETTING_SERVER_ALIAS=
#Password for 7Z backup files for extra security of data at rest
MARIADB_BACKUP_PASSWORD=
#Caddy data folder. It can have sensetive stuff (keys, at least), so better not advertise it
CADDY_DATA_DIR=
#CrowdSec bouncers keys
CROWDSEC_CADDY_KEY=
CROWDSEC_IPTABLES_KEY=
#GeoIP2 details
GEOIP_ACCOUNT=
GEOIP_LICENSE=
#Database connection settings (besides port in MariaDB section) used by PHP
DATABASE_USER=
DATABASE_PASSWORD=
DATABASE_NAME=
DATABASE_HOST=
#These are paths to SSL files for *client*
DATABASE_TLS_CA=
DATABASE_TLS_KEY=
DATABASE_TLS_CRT=
#SendGrid API key to send emails from PHP
SENDGRID_API_KEY=
#Passphrase for two-way encryption
ENCRYPTION_PASSPHRASE=