Browse Source

auto commit

master
jfinn 3 years ago
parent
commit
68a7bd7126
1 changed files with 1 additions and 2 deletions
  1. 1
    2
      djc_srv/settings.py

+ 1
- 2
djc_srv/settings.py View File

@@ -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…
Cancel
Save