-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env
More file actions
24 lines (22 loc) · 667 Bytes
/
Copy path.env
File metadata and controls
24 lines (22 loc) · 667 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
# # Mysql Live
#DB_HOST=fullstack-mysql
##DB_HOST=127.0.0.1 # when running the app without docker
#DB_DRIVER=mysql
#API_SECRET=98hbun98h # Used for creating a JWT. Can be anything
#DB_USER=steven
#DB_PASSWORD=here
#DB_NAME=fullstack_api
#DB_PORT=3306
# Google Cloud SQL
PROJECTID=amiable-alcove-282005
ZONE=us-central1
INSTANCE=amozone
# # Mysql Test
# TEST_DB_HOST=mysql_test
# # TEST_DB_HOST=127.0.0.1 # when running the app without docker
# TEST_DB_DRIVER=mysql
# TEST_API_SECRET=98hbun98h
# TEST_DB_USER=steven
# TEST_DB_PASSWORD=here
# TEST_DB_NAME=fullstack_api_test
# TEST_DB_PORT=3306