17 lines
391 B
Plaintext
17 lines
391 B
Plaintext
MONGODB_URI=mongodb://db:27017
|
|
DB_NAME=turbopress
|
|
# # FIXME: this is ignored? 🤔🤔🤔
|
|
ASTRO_PORT=3000
|
|
ASTRO_HOST=0.0.0.0
|
|
HOST=0.0.0.0
|
|
PAYLOAD_PORT=3001
|
|
PAYLOAD_HOST=0.0.0.0
|
|
PAYLOAD_PUBLIC_SERVER_URL=http://jett.localhost:3001
|
|
PAYLOAD_SECRET=37aecd563edc5550a44bbf1e
|
|
# PAYLOAD_CONFIG_PATH=src/payload.config.ts
|
|
S3_ACCESS_KEY_ID=
|
|
S3_SECRET_ACCESS_KEY=
|
|
S3_REGION=
|
|
S3_BUCKET=
|
|
S3_ENDPOINT=
|