~canonical-isd-hackers/openid-load-testing/staging

« back to all changes in this revision

Viewing changes to relying_party/consumer.py

  • Committer: Danny Tamez
  • Date: 2010-02-08 22:21:03 UTC
  • Revision ID: danny.tamez@canonical.com-20100208222103-bn7is10e41xo65r1
Values for gentoo and cherimoya

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
 
45
45
# Used with an OpenID provider affiliate program.
46
46
OPENID_PROVIDER_NAME = 'LoadTestProvider'
47
 
OPENID_PROVIDER_URL ='http://192.168.1.12/'
 
47
OPENID_PROVIDER_URL ='https://login.staging.launchpad.net/'
48
48
 
49
49
 
50
50
class OpenIDHTTPServer(HTTPServer):
471
471
    server.serve_forever()
472
472
 
473
473
if __name__ == '__main__':
474
 
    host = '192.168.1.6'
475
 
    port = 8001
 
474
    host = 'login.staging.launchpad.net/'
 
475
    port = 80
476
476
    weak_ssl = False
477
477
 
478
478
    try: