Update PAYLOAD_SERVER_URL to PAYLOAD_URL and remove unused env var

This commit is contained in:
Max Schmidt
2023-06-07 10:53:39 +02:00
parent fe5a99f370
commit 2c3b26a809
6 changed files with 18 additions and 19 deletions

6
.env
View File

@ -1,10 +1,10 @@
NAME=astroad
ASTRO_HOST=localhost:3000
PAYLOAD_HOST=payload:3001
PAYLOAD_SERVER_URL=http://localhost:3001
PAYLOAD_URL=http://localhost:3001
PAYLOAD_PORT=3001
PAYLOAD_SECRET=supersecretkey
MONGODB_URI=mongodb://payload:test@mongo:27017
MONGODB_USER=payload
MONGODB_PW=test
TOKEN=supersecrettoken
NAME=astroad
TOKEN=supersecrettoken