-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env-example
More file actions
29 lines (23 loc) · 767 Bytes
/
Copy path.env-example
File metadata and controls
29 lines (23 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
### API #################################################
PORT=3000
### DATABASE #################################################
DB_MYSQL_VERSION=5.7
DB_HOST=localhost
DB_PASSWORD=
DB_ROOT_PASSWORD=
DB_NAME=myapi
DB_USER=myapi
DB_PORT=3306
DB_MYSQL_ENTRYPOINT_INITDB=./scripts/docker/mysql/docker-entrypoint-initdb.d
DATA_PATH_HOST=~/application-docker-my-api/data
### TIMEZONE #################################################
TIMEZONE=America/Recife
### JWT #################################################
JWT_SECRET=
JWT_EXPIRES_IN=9999999999999s
### GRAPHQL #################################################
GRAPHQL_DEBUG=true
### Drivers ################################################
# All Networks driver
NETWORKS_DRIVER=bridge
VOLUMES_DRIVER=local