Allow origin header
parent
805514495a
commit
fbc45a0557
|
@ -5,5 +5,5 @@ MYSQL_HOST=db
|
|||
MYSQL_PORT=3306
|
||||
MYSQL_DBNAME=app1
|
||||
### Allow origin for the API ###
|
||||
ALLOW_ORIGIN=^https?://localhost:?[0-9]*$
|
||||
ALLOW_ORIGIN=http://localhost:3000
|
||||
APP_SECRET=04980744f74f4ec36ad5a9d5fec8876f
|
Loading…
Reference in New Issue