浏览代码

update SITE_ID in dev settings template

Mohammed Khan 1 年之前
父节点
当前提交
34c82fcfb9
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      backend/UnTube/settings/templates/settings.dev.py

+ 2 - 2
backend/UnTube/settings/templates/settings.dev.py

@@ -2,8 +2,8 @@ DEBUG = True
 SECRET_KEY = "django-insecure-ycs22y+20sq67y(6dm6ynqw=dlhg!)%vuqpd@$p6rf3!#1h$u="
 ENABLE_PRINT_STATEMENTS = False
 
-GOOGLE_OAUTH_URI = "127.0.0.1:8000"
-SITE_ID = 2  # increment/decrement site ID as necessary
+GOOGLE_OAUTH_URI = "127.0.0.1:8000"  # this is the URI you will use when creating your OAuth Creds
+SITE_ID = 1  # increment/decrement site ID as necessary
 
 # please fill these in with your own Google OAuth credentials for the app to run properly!
 GOOGLE_OAUTH_CLIENT_ID = NotImplemented