This repository was archived by the owner on Aug 16, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env
More file actions
69 lines (57 loc) · 2.07 KB
/
.env
File metadata and controls
69 lines (57 loc) · 2.07 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
MYSQL_ROOT_PASSWORD=changeme
MYSQL_INIT_SCRIPT_COA=./sql/schema-coa.sql
MYSQL_INIT_SCRIPT_COVER_INFO=./sql/schema-cover_info.sql
MYSQL_INIT_SCRIPT_DM=./sql/schema-dm.sql
MYSQL_INIT_SCRIPT_DM_STATS=./sql/schema-dm_stats.sql
MYSQL_INIT_SCRIPT_EDGECREATOR=./sql/schema-edgecreator.sql
MYSQL_INIT_SCRIPT_TARGET_FILE_NAME=schema.sql
DM_SERVER_HOST=localhost
DM_SERVER_PORT=10001
LOG_SERVER_ADDRESS=udp://127.0.0.1:5001
###> nelmio/cors-bundle ###
CORS_ALLOW_ORIGIN=^https?://localhost(:[0-9]+)?$
###< nelmio/cors-bundle ###
DATABASE_DM_HOST=db_dm
DATABASE_DM_PORT=3306
DATABASE_DM_USER=root
DATABASE_DM_PASS=changeme
DATABASE_DM_DB=dm
DATABASE_COA_HOST=db_coa
DATABASE_COA_PORT=3306
DATABASE_COA_USER=root
DATABASE_COA_PASS=changeme
DATABASE_COA_DB=coa
DATABASE_DM_COVER_ID_HOST=db_cover_id
DATABASE_DM_COVER_ID_PORT=3306
DATABASE_DM_COVER_ID_USER=root
DATABASE_DM_COVER_ID_PASS=changeme
DATABASE_DM_COVER_ID_DB=cover_info
DATABASE_DM_STATS_HOST=db_dm_stats
DATABASE_DM_STATS_PORT=3306
DATABASE_DM_STATS_USER=root
DATABASE_DM_STATS_PASS=changeme
DATABASE_DM_STATS_DB=dm_stats
DATABASE_EDGECREATOR_HOST=db_edgecreator
DATABASE_EDGECREATOR_PORT=3306
DATABASE_EDGECREATOR_USER=root
DATABASE_EDGECREATOR_PASS=changeme
DATABASE_EDGECREATOR_DB=edgecreator
ASSETS_MEDALS_PICTURES_ROOT=http://localhost:8000/images/medailles/
IMAGE_LOCAL_ROOT=/tmp/dm-server/
IMAGE_REMOTE_ROOT=https://inducks.org/hr.php?normalsize=1&image=https://outducks.org/
IMAGE_UPLOAD_ROOT=http://localhost:8000/edges/tranches_multiples/
PASTEC_HOSTS=pastec
PASTEC_PORT=4212
SMTP_HOST=localhost
SMTP_ORIGIN_EMAIL_DOMAIN_DUCKSMANAGER=localhost-origin
SMTP_ORIGIN_EMAIL_DOMAIN_EDGECREATOR=localhost-origin-edgecreator
SMTP_PASSWORD=pass
SMTP_USERNAME=user-ducksmanager
SWAGGER_PATH=/var/www/html/swagger.json
WEBSITE_ROOT=http://localhost:8000/
###> symfony/swiftmailer-bundle ###
# For Gmail as a transport, use: "gmail://username:password@localhost"
# For a generic SMTP server, use: "smtp://localhost:25?encryption=&auth_mode="
# Delivery is disabled by default via "null://localhost"
MAILER_URL=null://localhost
###< symfony/swiftmailer-bundle ###