2023-05-17 13:45:53 +00:00
|
|
|
ASTRO_URL=http://localhost:3000
|
2023-05-17 07:18:08 +00:00
|
|
|
PAYLOAD_URL=http://localhost:3001
|
2023-05-13 17:10:37 +00:00
|
|
|
PAYLOAD_PORT=3001
|
2023-05-17 10:27:22 +00:00
|
|
|
PAYLOAD_SECRET=supersecretkey
|
2023-05-17 07:18:08 +00:00
|
|
|
MONGODB_URI=mongodb://payload:test@mongo:27017
|
2023-05-13 17:10:37 +00:00
|
|
|
MONGODB_USER=payload
|
|
|
|
MONGODB_PW=test
|
|
|
|
NAME=astroad
|