-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
42 lines (32 loc) · 767 Bytes
/
.env.example
File metadata and controls
42 lines (32 loc) · 767 Bytes
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
# ==========
# PATHS
# ==========
APPLICATION=/home/cedric/Projects/html
# Path to your app directory on host (laptop/local)
ENV_APP_DIR_HOST=/home/{user}/{path-to-project}
# Path where you want your app directory to be in the container (docker)
ENV_APP_DIR_CONTAINER=/usr/src/app
# ==========
# NODE
# ==========
# Host port to connect to container
ENV_HOST_PORT=8080
# Port on which node server will listen
ENV_NODE_PORT=3000
# ==========
# DRIVERS
# ==========
# Volumes driver
ENV_VOLUME_DRIVER=local
# Networks driver
ENV_NETWORK_DRIVER=bridge
# ==========
# Default MYSQL settings from docker
# ==========
MYSQL_HOST=11.5.0.6
MYSQL_VERSION=latest
MYSQL_DATABASE=cronus
MYSQL_USER=root
MYSQL_PASSWORD=password
MYSQL_PORT=3306
MYSQL_ROOT_PASSWORD=secret