Env variables
parent
a645e7efcb
commit
5d83adb0b3
|
@ -3,7 +3,7 @@ MYSQL_USER=mysql
|
||||||
MYSQL_PASS=mysql
|
MYSQL_PASS=mysql
|
||||||
MYSQL_HOST=db
|
MYSQL_HOST=db
|
||||||
MYSQL_PORT=3311
|
MYSQL_PORT=3311
|
||||||
MYSQL_DBNAME=mysql
|
MYSQL_DBNAME=app1
|
||||||
### Allow origin for the API ###
|
### Allow origin for the API ###
|
||||||
ALLOW_ORIGIN=^https?://localhost:?[0-9]*$
|
ALLOW_ORIGIN=http://localhost:8000
|
||||||
APP_SECRET=04980744f74f4ec36ad5a9d5fec8876f
|
APP_SECRET=04980744f74f4ec36ad5a9d5fec8876f
|
Loading…
Reference in New Issue