2024-01-14 14:12:07 +00:00
|
|
|
SPEJSTORE_CLIENT_ID=OAUTH_ID
|
|
|
|
SPEJSTORE_SECRET=OAUTH_SECRET
|
|
|
|
SPEJSTORE_ENV=prod
|
|
|
|
SPEJSTORE_DB_NAME=postgres
|
|
|
|
SPEJSTORE_DB_PASSWORD=postgres
|
|
|
|
SPEJSTORE_DB_USER=postgres
|
|
|
|
SPEJSTORE_DB_HOST=db
|
|
|
|
SPEJSTORE_HOST="https://inventory.hackerspace.pl"
|
|
|
|
SPEJSTORE_LABEL_API=https://label.waw.hackerspace.pl
|
2024-01-19 18:22:36 +00:00
|
|
|
|
|
|
|
|
|
|
|
# "filesystem" or "s3"
|
|
|
|
SPEJSTORE_FILE_STORAGE_TYPE="filesystem"
|
|
|
|
|
|
|
|
# S3 bucket
|
|
|
|
SPEJSTORE_S3_ACCESS_KEY="SPEJSTORE_S3_ACCESS_KEY"
|
|
|
|
SPEJSTORE_S3_SECRET_KEY="SPEJSTORE_S3_SECRET_KEY"
|
|
|
|
SPEJSTORE_S3_ENDPOINT_URL="SPEJSTORE_S3_ENDPOINT_URL"
|
|
|
|
SPEJSTORE_S3_BUCKET_NAME="SPEJSTORE_S3_BUCKET_NAME"
|
|
|
|
SPEJSTORE_S3_MEDIA_LOCATION="SPEJSTORE_S3_MEDIA_LOCATION"
|