2018-07-08 19:43:34 +00:00
|
|
|
### Environment file ###
|
2018-07-26 13:47:43 +00:00
|
|
|
MYSQL_USER=root
|
|
|
|
MYSQL_PASS=root
|
2018-07-08 19:43:34 +00:00
|
|
|
MYSQL_HOST=db
|
2018-07-26 13:47:43 +00:00
|
|
|
MYSQL_PORT=3306
|
2018-07-22 00:32:23 +00:00
|
|
|
MYSQL_DBNAME=app1
|
2018-07-08 19:43:34 +00:00
|
|
|
### Allow origin for the API ###
|
2018-08-04 23:17:03 +00:00
|
|
|
ALLOW_ORIGIN=http://localhost:3000
|
2018-07-12 16:04:35 +00:00
|
|
|
APP_SECRET=04980744f74f4ec36ad5a9d5fec8876f
|