Skip to content
Snippets Groups Projects
Commit 502dc613 authored by Kevin S. Hahn's avatar Kevin S. Hahn
Browse files

change --central_uri to default to None

parent f95910f7
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@ ap.add_argument('--site_name', help='site name', nargs='+') # hack for uwsgi --
ap.add_argument('--oauth2_id_endpoint', help='OAuth2 provider ID endpoint', default='https://www.googleapis.com/plus/v1/people/me/openIdConnect')
ap.add_argument('--demo', help='enable automatic user creation', action='store_true', default=False)
ap.add_argument('--insecure', help='allow user info as urlencoded param', action='store_true', default=False)
ap.add_argument('--central_uri', help='scitran central api', default='https://sdmc.scitran.io/api')
ap.add_argument('--central_uri', help='scitran central api')
ap.add_argument('--log_level', help='log level [info]', default='info')
args = ap.parse_args()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment