mirror of
https://github.com/boostorg/website-v2.git
synced 2026-01-19 04:42:17 +00:00
Update settings
This commit is contained in:
@@ -190,7 +190,7 @@ STATICFILES_DIRS = [
|
||||
|
||||
# This is the directory where all of the collected static files are put
|
||||
# after running collectstatic
|
||||
STATIC_ROOT = str(BASE_DIR.joinpath("deployed_static"))
|
||||
STATIC_ROOT = str(BASE_DIR.joinpath("static_deploy"))
|
||||
|
||||
# Logging setup
|
||||
# Configure struct log
|
||||
|
||||
@@ -86,7 +86,7 @@ Env:
|
||||
name: django-secret-key
|
||||
key: key
|
||||
- name: DJANGO_DEBUG
|
||||
value: "true"
|
||||
value: "false"
|
||||
# Bucket is setup already, but not using storages just yet
|
||||
# - name: AWS_ACCESS_KEY_ID
|
||||
# valueFrom:
|
||||
|
||||
Reference in New Issue
Block a user