-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsecret.json
More file actions
19 lines (18 loc) · 782 Bytes
/
Copy pathsecret.json
File metadata and controls
19 lines (18 loc) · 782 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"SECRET_KEY" : "django-insecure-4m(pbw($p9(v#(rv6e1z%xkq%7$q2b(@1+%4$m--c!ay&-m0vj",
"SOCIAL_AUTH_GOOGLE_CLIENT_ID" : "291223130020-ph8vrr6cjje72ui28rhk894f53idefks.apps.googleusercontent.com",
"SOCIAL_AUTH_GOOGLE_SECRET" : "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",
"SOCIAL_AUTH_GITHUB_CLIENT_ID" : "cc80aec22bd163d7ebe4",
"SOCIAL_AUTH_GITHUB_SECRET" : "e6a32fc2928ccffb374e1c5237fe9c0e9f53872f",
"STATE" : "random_string",
"DATABASES" : {
"default": {
"ENGINE": "django.db.backends.mysql",
"NAME": "gcinside",
"USER": "root",
"PASSWORD": "1234",
"HOST": "localhost",
"PORT" : "3306"
}
}
}