-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.env.dist
36 lines (36 loc) · 1022 Bytes
/
.env.dist
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
# VERSION DEFINITI>ONS #########
# Miimal docker-compose version
COMPOSE_REQUIRE=1.8.1
# ------------------------------
# Minimal docker version -------
DOCKER_REQUIRE=1.12.5
# ------------------------------
################################
# ------------------------------
# PORT DEFINITION ##############
# Default port used by the front
PORT=80
# Default port used by the api
API_PORT=3000
# ------------------------------
################################
# DOCKER COMPOSE VARIABLES #####
# Watching in containers -------
WATCHING=0
# ------------------------------
# Debug in containers ----------
DEBUG=1
# ------------------------------
# MariaDB values ---------------
MYSQL_ROOT_PASSWORD=popcube_dev
MYSQL_ROOT_PASSWORD=popcube_dev
MYSQL_DATABASE=popcube_test
MYSQL_USER=test_user
MYSQL_PASSWORD=test
# ------------------------------
################################
# RUNNING CONTAINER VARS #######
# Default user uid to avoir root
# files from containers.
POPCUBE_USER=1000
#################################