google-code-export / wallproxy-plugins

Automatically exported from code.google.com/p/wallproxy-plugins
0 stars 0 forks source link

自定义域名如何设置? #294

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
一直在用原来的WallProxy,最近转到了WallProxy-plugins,发现配置
文件里是直接设置APP 
ID的,那么如果要用自己绑定的域名访问应该如何设置?按照
以前
gaeproxy = [{
    'url': 'http://1.123.com/fetch.php',
    'key': '123456',
    'crypto': 'AES-CBC-32',
},{
    'url': 'http://2.123.com/fetch.php',
},{
    'url': 'http://3.123.com/fetch.php',
},{
    'url': 'http://4.123.com/fetch.php',
}]

这样的设置方式还有效吗?需要注释掉appid的语句吗?

Original issue reported on code.google.com by avalon...@gmail.com on 12 Dec 2011 at 11:29

GoogleCodeExporter commented 9 years ago
原来的conf文件也一样可以用的。

Original comment by qgt...@gmail.com on 12 Dec 2011 at 12:33

GoogleCodeExporter commented 9 years ago
OK,在新的conf里找到相关语句修改了。

Original comment by avalon...@gmail.com on 12 Dec 2011 at 1:14