-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.test
31 lines (31 loc) · 858 Bytes
/
.env.test
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
# VERSION DEFINITIONS #########
# 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=80
# ------------------------------
################################
# DOCKER COMPOSE VARIABLES #####
# Watching in containers -------
WATCHING=1
SET_EXIT_STATUS=0
# ------------------------------
# Debug in containers ----------
DEBUG=1
# ------------------------------
# MariaDB values ---------------
MYSQL_ROOT_PASSWORD=popcube_dev
MYSQL_DATABASE=popcube_test
MYSQL_USER=test_user
MYSQL_PASSWORD=test
# ------------------------------
################################