Remove unnecessary configuration directive

This commit is contained in:
2022-07-21 13:50:41 +01:00
parent c5e811878b
commit db87a138f2
3 changed files with 8 additions and 9 deletions

View File

@@ -1,3 +1,9 @@
# Secret key
SECRET_KEY = ""
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True
# OpenSearch settings
OPENSEARCH_URL = "127.0.0.1"
OPENSEARCH_PORT = 9200
@@ -36,3 +42,4 @@ STRIPE_API_KEY_PROD = "sk_prod_xxx"
STRIPE_PUBLIC_API_KEY_PROD = "pk_prod_xxx"
STRIPE_ENDPOINT_SECRET = ""
STATIC_ROOT = ""