update: use env file to config server

This commit is contained in:
Kenta420-Poom 2023-09-20 10:39:11 +07:00
parent 59407840cd
commit d8f9858ea0
8 changed files with 541 additions and 12 deletions

4
server/app.env Normal file
View file

@ -0,0 +1,4 @@
ALLOWED_ORIGINS=http://localhost:4200,http://localhost:8080
CLIENT_REDIRECT_URL=http://localhost:4200/callback
SERVER_PORT=8080
SERVER_DOMAIN=http://localhost:8080