-
Notifications
You must be signed in to change notification settings - Fork 45
Expand file tree
/
Copy path.env.dev
More file actions
39 lines (35 loc) · 1.22 KB
/
.env.dev
File metadata and controls
39 lines (35 loc) · 1.22 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
# MariaDB Configuration
DBHOST=fodb
DBPORT_HOST=3307
DBPASSWORD_ADMIN=root
DBNAME_COMMON=monarc_common
DBNAME_CLI=monarc_cli
DBUSER_MONARC=sqlmonarcuser
DBPASSWORD_MONARC=sqlmonarcuser
# Set USE_BO_COMMON=1 and DBHOST to the BackOffice DB host to reuse monarc_common.
USE_BO_COMMON=1
# Shared Docker network name (must exist when using external network)
MONARC_NETWORK_NAME=monarc-network
# Node.js major version for frontend build tooling
NODE_MAJOR=16
# Optional: set to 0/false/no to disable Xdebug in the image build
XDEBUG_ENABLED=1
XDEBUG_MODE=debug
XDEBUG_START_WITH_REQUEST=trigger
# On Linux, set XDEBUG_CLIENT_HOST to your Docker bridge (often 172.17.0.1).
XDEBUG_CLIENT_HOST=host.docker.internal
XDEBUG_CLIENT_PORT=9003
XDEBUG_IDEKEY=IDEKEY
XDEBUG_DISCOVER_CLIENT_HOST=0
# Stats Service Configuration
STATS_HOST=0.0.0.0
STATS_PORT=5005
STATS_DB_NAME=statsservice
STATS_DB_USER=sqlmonarcuser
STATS_DB_PASSWORD=sqlmonarcuser
# Generate a random secret key for production use:
# openssl rand -hex 32
STATS_SECRET_KEY=changeme_generate_random_secret_key_for_production
# Stats API Key - Leave empty on first run, it will be generated by the stats service
# After first run, get it from the stats service logs or container
STATS_API_KEY=