kios-webapp/.env
2023-06-07 10:19:45 +02:00

10 lines
260 B
Bash

ASTRO_HOST=localhost:3000
PAYLOAD_HOST=payload:3001
PAYLOAD_SERVER_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