google-code-export / hyk-proxy

Automatically exported from code.google.com/p/hyk-proxy
2 stars 0 forks source link

多AppId情况下如何配置请指教 #102

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
多AppId情况下如何配置请指教 无法登陆论坛

Original issue reported on code.google.com by qiboshi1...@gmail.com on 7 Mar 2011 at 2:47

GoogleCodeExporter commented 9 years ago
修改plugins\gae\etc下的hyk-proxy-gae-conf.xml,如下:
    <AppIdBindings>
        <Binding appid="yourID1">
            <site>141hongkong</site>
            <site>facebook</site>
        </Binding>
        <Binding appid="yourID2">
            <site>youtube</site>
        </Binding>
    </AppIdBindings>

这样,141hongkong和facebook会走yourID1,而youtube会走yourID2。

Original comment by congxz6...@gmail.com on 8 Mar 2011 at 11:25

GoogleCodeExporter commented 9 years ago
谢谢 OK啦 

Original comment by qiboshi1...@gmail.com on 9 Mar 2011 at 5:20

GoogleCodeExporter commented 9 years ago

Original comment by yinqiwen@gmail.com on 10 Mar 2011 at 8:07