|
@@ -1,7 +1,6 @@
|
|
|
-# Make sure you change these before production ;)
|
|
|
+# Make sure you change these before production or to run this project on your own machine ;)
|
|
|
SECRETS = {"SECRET_KEY": 'django-insecure-ycs22y+20sq67y(6dm6ynqw=dlhg!)%vuqpd@$p6rf3!#1h$u=',
|
|
|
"YOUTUBE_V3_API_KEY": 'AIzaSyCBOucAIJ5PdLeqzTfkTQ_6twsjNaMecS8',
|
|
|
- "GOOGLE_OAUTH_CLIENT_ID": "901333803283-1lscbdmukcjj3qp0t3relmla63h6l9k6.apps.googleusercontent.com",
|
|
|
+ "GOOGLE_OAUTH_CLIENT_ID": "901333803283-1lscbdmukcjj3qp0t3relmla63h6l9k6.apps.googleusercontent.com",
|
|
|
"GOOGLE_OAUTH_CLIENT_SECRET": "ekdBniL-_mAnNPwCmugfIL2q",
|
|
|
- "GOOGLE_OAUTH_SCOPES": ['https://www.googleapis.com/auth/youtube'],
|
|
|
- "UNSPLASH_API_ACCESS_KEY": "fGf0hsfg24Hj1mUrwvtETl1Dl2-TvaMP3w1moGEb1hs"}
|
|
|
+ "GOOGLE_OAUTH_SCOPES": ['https://www.googleapis.com/auth/youtube']}
|