Skip to content

Commit 95fa7e6

Browse files
author
jenkins
committed
2014-10-21 05:56:11 automatic update
1 parent 6aef998 commit 95fa7e6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/server/IGEMServer/settings.py.example

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ AUTHENTICATION_BACKENDS = (
8484
)
8585

8686
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']
8888
# GOOGLE_WHITE_LISTED_DOMAINS = ['ailuropoda.org']
8989

9090
TEMPLATE_CONTEXT_PROCESSORS = (
@@ -109,7 +109,7 @@ WSGI_APPLICATION = 'IGEMServer.wsgi.application'
109109
# 'NAME': 'backend_master', # Or path to database file if using sqlite3.
110110
# # The following settings are not used with sqlite3:
111111
# 'USER': 'master',
112-
# 'PASSWORD': '',
112+
# 'PASSWORD': 'SyntheticBiology',
113113
# 'HOST': 'mysql', # Empty for localhost through domain sockets or '127.0.0.1' for localhost through TCP.
114114
# 'PORT': '3306', # Set to empty string for default.
115115
# }
@@ -143,21 +143,21 @@ TEMPLATE_DIRS = (
143143

144144
config_igemserver_local = {
145145
'CLIENT_ID': '646625069486-lf2c4fimrnv6eqpgt6qltv0g2vnnhuch.apps.googleusercontent.com',
146-
'CLIENT_SECRET': '',
146+
'CLIENT_SECRET': 'TFSAw1GMa_ZVY6Yr5sbLylL0',
147147
'REDIRECT_URL': 'http://127.0.0.1:8000/auth/oauth/google/complete/',
148148
'BASE_URL': r'https://accounts.google.com/o/oauth2/',
149149
}
150150

151151
config_igemserver = {
152152
'CLIENT_ID': '774241676936-9j12b72mdoio97liq0ihps57107ja7l3.apps.googleusercontent.com',
153-
'CLIENT_SECRET': '',
153+
'CLIENT_SECRET': 'ELErpdA3rvOrN4FVdXPf5eTB',
154154
'REDIRECT_URL': 'http://api.biopano.org/auth/oauth/google/complete/',
155155
'BASE_URL': r'https://accounts.google.com/o/oauth2/',
156156
}
157157

158158
config_qq = {
159159
'CLIENT_ID': '101152562',
160-
'CLIENT_SECRET': '',
160+
'CLIENT_SECRET': 'f9076c2757efaaeee614fc3c83997918',
161161
'REDIRECT_URL': 'http://feiyicheng.server.ailuropoda.org/auth/oauth/qq/complete/',
162162
'BASE_URL': r'https://graph.qq.com/oauth2.0/',
163163
}

0 commit comments

Comments
 (0)