clipper/backend/.env.example

17 lines
340 B
Plaintext
Raw Normal View History

2021-11-22 18:26:51 +00:00
ENV=development # or production
2021-12-04 05:14:41 +00:00
BIND_ADDR=localhost:8888
# AWS credentials, currently required.
2021-11-01 05:28:40 +00:00
AWS_ACCESS_KEY_ID=
AWS_SECRET_ACCESS_KEY=
2021-11-22 18:26:51 +00:00
AWS_REGION=
S3_BUCKET=
2021-11-01 05:28:40 +00:00
2021-12-04 05:14:41 +00:00
# PostgreSQL connection string.
2021-11-01 05:28:40 +00:00
DATABASE_URL=
2021-12-04 05:14:41 +00:00
# Optional. If set, files in this location will be served over HTTP at /.
# Mostly useful for deployment.
ASSETS_HTTP_BASE_PATH=