Changeset 4228

Show
Ignore:
Timestamp:
11/11/07 12:47:20 (1 year ago)
Author:
sylvain.hellegouarch
Message:

updated base url

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/nuxleus/Scripts/openid/gateway/openidgateway/__init__.py

    r4227 r4228  
    159159    def forms(self, environ, start_response): 
    160160        form = '''<form id="openid-login" method="get"  
    161         action="http://gateway.openid.amp.fm/login" target="_top"> 
     161        action="http://dev.amp.fm/gatekeeper/login" target="_top"> 
    162162        <input id="openid-text" type="text" 
    163163               name="uname" class="single-input" 
  • trunk/nuxleus/Scripts/openid/gateway/server.py

    r4227 r4228  
    1111                   'log.access_file': './access.log', 
    1212                   'log.error_file': './error.log', 
    13                    'checker.on': False,} 
     13                   'checker.on': False, 
     14                   'tools.proxy.on': True, 
     15                   'tools.proxy.base': 'http://dev.amp.fm'} 
    1416 
    1517    cherrypy.config.update(global_conf) 
     
    1820    app_conf = { 
    1921        'debug': True, 
    20         'base_url': 'http://gateway.openid.amp.fm/', 
     22        'base_url': 'http://dev.amp.fm/gatekeeper', 
    2123        'xsltemplate_namespace': 'http://amp.fm/python/xsltemplates/', 
    2224    }