mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2025-01-10 17:25:35 +00:00
Merge pull request #1957 from bookwyrm-social/env-errors
Removes inline comments that are causing errors
This commit is contained in:
commit
c5f8715c59
2 changed files with 7 additions and 4 deletions
|
@ -102,6 +102,9 @@ PREVIEW_DEFAULT_COVER_COLOR=#002549
|
||||||
# for sending prod and dev metrics to the same place and
|
# for sending prod and dev metrics to the same place and
|
||||||
# keeping them separate, for instance!
|
# keeping them separate, for instance!
|
||||||
|
|
||||||
OTEL_EXPORTER_OTLP_ENDPOINT= # API endpoint for your provider
|
# API endpoint for your provider
|
||||||
OTEL_EXPORTER_OTLP_HEADERS= # Any headers required, usually authentication info
|
OTEL_EXPORTER_OTLP_ENDPOINT=
|
||||||
OTEL_SERVICE_NAME= # Service name to identify your app
|
# Any headers required, usually authentication info
|
||||||
|
OTEL_EXPORTER_OTLP_HEADERS=
|
||||||
|
# Service name to identify your app
|
||||||
|
OTEL_SERVICE_NAME=
|
||||||
|
|
|
@ -19,7 +19,7 @@ RELEASE_API = env(
|
||||||
PAGE_LENGTH = env("PAGE_LENGTH", 15)
|
PAGE_LENGTH = env("PAGE_LENGTH", 15)
|
||||||
DEFAULT_LANGUAGE = env("DEFAULT_LANGUAGE", "English")
|
DEFAULT_LANGUAGE = env("DEFAULT_LANGUAGE", "English")
|
||||||
|
|
||||||
JS_CACHE = "7b5303af"
|
JS_CACHE = "7eb9174b"
|
||||||
|
|
||||||
# email
|
# email
|
||||||
EMAIL_BACKEND = env("EMAIL_BACKEND", "django.core.mail.backends.smtp.EmailBackend")
|
EMAIL_BACKEND = env("EMAIL_BACKEND", "django.core.mail.backends.smtp.EmailBackend")
|
||||||
|
|
Loading…
Reference in a new issue