remove nextcloud and prepare for prod
All checks were successful
Build and Push Docker Image / build (push) Successful in 1m48s
All checks were successful
Build and Push Docker Image / build (push) Successful in 1m48s
This commit is contained in:
@@ -1,11 +1,9 @@
|
||||
from pathlib import Path
|
||||
import os
|
||||
BASE_DIR = Path(__file__).resolve().parent.parent
|
||||
cfg_dev_mode = True
|
||||
cfg_dev_mode = False
|
||||
|
||||
|
||||
# SECURITY WARNING: keep the secret key used in production secret!
|
||||
# SECURITY WARNING: keep the secret key used in production secret!
|
||||
#SECRET_KEY = 'django-prod-j4jd&+4j^t_=@zr(#q@n!8e*58vkql6&_6w-t14ju8pw%ei%^s'
|
||||
SECRET_KEY = 'django-insecure-j4jd&+4j^t_=@zr(#q@n!8e*58vkql6&_6w-t14ju8pw%ei%^s'
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user