diff --git a/server/.env.dist b/server/.env.dist index 8e0b3ed..3ac0ac2 100644 --- a/server/.env.dist +++ b/server/.env.dist @@ -3,7 +3,7 @@ MYSQL_USER=mysql MYSQL_PASS=mysql MYSQL_HOST=db MYSQL_PORT=3311 -MYSQL_DBNAME=mysql +MYSQL_DBNAME=app1 ### Allow origin for the API ### -ALLOW_ORIGIN=^https?://localhost:?[0-9]*$ +ALLOW_ORIGIN=http://localhost:8000 APP_SECRET=04980744f74f4ec36ad5a9d5fec8876f \ No newline at end of file