chore: Use web app url instead of cors protocol, port and host

This commit is contained in:
Faruk AYDIN
2021-11-23 11:16:57 +01:00
committed by Ali BARIN
parent f8e823545a
commit 77ab83b43b
2 changed files with 3 additions and 10 deletions

View File

@@ -1,8 +1,7 @@
HOST=localhost
PROTOCOL=http
PORT=3000
CORS_PORT=3001
CORS_PROTOCOL=https
WEB_APP_URL=https://localhost:3001
APP_ENV=development
POSTGRES_DATABASE=automatisch_development
POSTGRES_PORT=5432