update: use env file to config server
This commit is contained in:
parent
59407840cd
commit
d8f9858ea0
8 changed files with 541 additions and 12 deletions
4
server/app.env
Normal file
4
server/app.env
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue