-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.php.env.dist
More file actions
33 lines (24 loc) · 1 KB
/
.php.env.dist
File metadata and controls
33 lines (24 loc) · 1 KB
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
#DATABASE_PERUN_URL=mysql://login:password@host:3306/database?serverVersion=5.7
APP_SECRET=0123456789
DATABASE_PERUN_URL=mysql://root:test@mysql:3306/website?serverVersion=5.7
# DCS Bot database (PostgreSQL) - DCS World statistics from DCSServerBot
DATABASE_DCSBOT_URL="postgresql://user:password@127.0.0.1:5432/dcs_bot?serverVersion=15&charset=utf8"
# use this to disable email delivery
MAILER_DSN=null://localhost
# use this to configure a traditional SMTP server
##MAILER_DSN=smtp://localhost:465?encryption=ssl&auth_mode=login&username=&password=
MAIL_FROM=admin@localhost
RECAPTCHA3_KEY=my_site_key
RECAPTCHA3_SECRET=my_secret
RECAPTCHA3_ENABLED=0
GOOGLE_AGENT=
API_SLMOD_URL=http://example.localhost:1234
API_TEAMSPEAK_URL=serverquery://ts.example.com:10011/?server_port=9987
WEBSITE=veaf
CDN_URL=https://cdn.veaf.org/website/dev
REDIS_URL=redis://redis
APP_REGISTRATION_DISABLED=0
###> dcsserverbot-api ###
# DCSServerBot REST API URL
API_DCSSERVERBOT_URL="http://dcs.veaf.org:9876"
###< dcsserverbot-api ###