@@ -84,7 +84,7 @@ AUTHENTICATION_BACKENDS = (
84
84
)
85
85
86
86
GOOGLE_OAUTH2_CLIENT_ID = '803598705759-nuc4bd5cm9k0ng4u91m9fa3pr05158k9.apps.googleusercontent.com' # os.environ['GOOGLE_OAUTH2_CLIENT_ID']
87
- GOOGLE_OAUTH2_CLIENT_SECRET = '' # os.environ['GOOGLE_OAUTH2_CLIENT_SECRET']
87
+ GOOGLE_OAUTH2_CLIENT_SECRET = 'OlSa44n2HuYPfXyGPoCsXEeb ' # os.environ['GOOGLE_OAUTH2_CLIENT_SECRET']
88
88
# GOOGLE_WHITE_LISTED_DOMAINS = ['ailuropoda.org']
89
89
90
90
TEMPLATE_CONTEXT_PROCESSORS = (
@@ -109,7 +109,7 @@ WSGI_APPLICATION = 'IGEMServer.wsgi.application'
109
109
# 'NAME': 'backend_master', # Or path to database file if using sqlite3.
110
110
# # The following settings are not used with sqlite3:
111
111
# 'USER': 'master',
112
- # 'PASSWORD': '',
112
+ # 'PASSWORD': 'SyntheticBiology ',
113
113
# 'HOST': 'mysql', # Empty for localhost through domain sockets or '127.0.0.1' for localhost through TCP.
114
114
# 'PORT': '3306', # Set to empty string for default.
115
115
# }
@@ -143,21 +143,21 @@ TEMPLATE_DIRS = (
143
143
144
144
config_igemserver_local = {
145
145
'CLIENT_ID': '646625069486-lf2c4fimrnv6eqpgt6qltv0g2vnnhuch.apps.googleusercontent.com',
146
- 'CLIENT_SECRET': '',
146
+ 'CLIENT_SECRET': 'TFSAw1GMa_ZVY6Yr5sbLylL0 ',
147
147
'REDIRECT_URL': 'http://127.0.0.1:8000/auth/oauth/google/complete/',
148
148
'BASE_URL': r'https://accounts.google.com/o/oauth2/',
149
149
}
150
150
151
151
config_igemserver = {
152
152
'CLIENT_ID': '774241676936-9j12b72mdoio97liq0ihps57107ja7l3.apps.googleusercontent.com',
153
- 'CLIENT_SECRET': '',
153
+ 'CLIENT_SECRET': 'ELErpdA3rvOrN4FVdXPf5eTB ',
154
154
'REDIRECT_URL': 'http://api.biopano.org/auth/oauth/google/complete/',
155
155
'BASE_URL': r'https://accounts.google.com/o/oauth2/',
156
156
}
157
157
158
158
config_qq = {
159
159
'CLIENT_ID': '101152562',
160
- 'CLIENT_SECRET': '',
160
+ 'CLIENT_SECRET': 'f9076c2757efaaeee614fc3c83997918 ',
161
161
'REDIRECT_URL': 'http://feiyicheng.server.ailuropoda.org/auth/oauth/qq/complete/',
162
162
'BASE_URL': r'https://graph.qq.com/oauth2.0/',
163
163
}
0 commit comments