5bcfd32e1a
Signed-off-by: Max Schmidt <max.schmidt@outlook.de>
9 lines
233 B
Bash
9 lines
233 B
Bash
ASTRO_URL=http://localhost:3000
|
|
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 |