-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.dist
More file actions
39 lines (32 loc) · 1.45 KB
/
.env.dist
File metadata and controls
39 lines (32 loc) · 1.45 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
34
35
36
37
38
39
VHOST=veaf.localhost
PROXY_NETWORK=webproxy
#uncomment to enable SSL
#SSL_EMAIL=email@local
## default values
#PHP_REGISTRY=kilik/php
#PHP_TAG=7.4-buster-dev
#NGINX_REGISTRY=kilik/nginx
#NGINX_TAG=symfony-4.x-stretch
###> snc/redis-bundle ###
# passwords that contain special characters (@, %, :, +) must be urlencoded
REDIS_URL=redis://localhost
###< snc/redis-bundle ###
###> symfony/framework-bundle ###
APP_ENV=dev
APP_SECRET=138768954d0427c7c372bcf29b1148c9
###< symfony/framework-bundle ###
###> doctrine/doctrine-bundle ###
# Format described at https://www.doctrine-project.org/projects/doctrine-dbal/en/latest/reference/configuration.html#connecting-using-a-url
# IMPORTANT: You MUST configure your server version, either here or in config/packages/doctrine.yaml
#
# DATABASE_URL="sqlite:///%kernel.project_dir%/var/data_%kernel.environment%.db"
# DATABASE_URL="mysql://app:!ChangeMe!@127.0.0.1:3306/app?serverVersion=8&charset=utf8mb4"
DATABASE_URL="postgresql://app:!ChangeMe!@127.0.0.1:5432/app?serverVersion=16&charset=utf8"
# Perun database (MySQL) - DCS World statistics from Perun mod
DATABASE_PERUN_URL="mysql://user:password@127.0.0.1:3306/perun?serverVersion=5.7&charset=utf8mb4"
# 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"
###< doctrine/doctrine-bundle ###
###> symfony/mailer ###
MAILER_DSN=null://null
###< symfony/mailer ###