瀏覽代碼

auto commit

master
jfinn 3 年之前
父節點
當前提交
68a7bd7126
共有 1 個檔案被更改,包括 1 行新增2 行删除
  1. 1
    2
      djc_srv/settings.py

+ 1
- 2
djc_srv/settings.py 查看文件

@@ -21,13 +21,12 @@ BASE_DIR = Path(__file__).resolve().parent.parent
21 21
 
22 22
 # SECURITY WARNING: keep the secret key used in production secret!
23 23
 SECRET_KEY = 'django-insecure-5cp!_$khwb!!+#4&%b0s=qx@jo95t9^%wtny-s!2zd&t-)ba+r'
24
+SECRET_KEY = 'django-insecure-_from-git-publicly-available-15gztxt$8-od0il2^sm6e2cm39ja&p2m43f#1_im2s+0ngt(#0'
24 25
 
25 26
 # SECURITY WARNING: don't run with debug turned on in production!
26 27
 DEBUG = True
27 28
 
28
-# ALLOWED_HOSTS = ["fredericktheinsanelygreat.com","*.fredericktheinsanelygreat.com","jxn.fredericktheinsanelygreat.com"]
29 29
 ALLOWED_HOSTS = ["*"]
30
-# ALLOWED_HOSTS = ["fredericktheinsanelygreat.com","jxn.fredericktheinsanelygreat.com"]
31 30
 
32 31
 # jxn.fredericktheinsanelygreat.com
33 32
 

Loading…
取消
儲存