Skip to content

Commit

Permalink
Update config with different webservices examples
Browse files Browse the repository at this point in the history
  • Loading branch information
vsudilov committed Nov 20, 2014
1 parent 96e1741 commit 3a3cf42
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions adsws/discoverer/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,14 @@

PACKAGES = ['adsws.discoverer', 'adsws.modules.oauth2server',]

WEBSERVICES_PUBLISH_ENDPOINT = '/resources'
WEBSERVICES_PUBLISH_ENDPOINT = 'resources'
WEBSERVICES = {
# uri : deploy_path
'http://localhost:4000':'/sample_application',
'http://localhost:3999':'/graphics',
'http://localhost:1235/': '/vis',
'http://localhost:1233/citation_helper/':'/citation_helper',
'http://localhost:1233/graphics/':'/graphics',
'http://localhost:1233/metrics/':'/metrics',
'http://localhost:1233/recommender/':'/recommender',
}

CORS_HEADERS = ['Content-Type','X-BB-Api-Client-Version','Authorization','Accept']

0 comments on commit 3a3cf42

Please sign in to comment.