Skip to content

Commit

Permalink
io.qbox.me => iovip.qbox.me
Browse files Browse the repository at this point in the history
  • Loading branch information
xushiwei committed Jul 16, 2012
1 parent aa069e6 commit 1379625
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 10 deletions.
2 changes: 1 addition & 1 deletion qbox/config.pro.py
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@


PUT_TIMEOUT = 300000 # 300s = 5m PUT_TIMEOUT = 300000 # 300s = 5m


IO_HOST = 'http://io.qbox.me' IO_HOST = 'http://iovip.qbox.me'
FS_HOST = 'https://fs.qbox.me' FS_HOST = 'https://fs.qbox.me'
RS_HOST = 'http://rs.qbox.me:10100' RS_HOST = 'http://rs.qbox.me:10100'


11 changes: 3 additions & 8 deletions qbox/config.py
Original file line number Original file line Diff line number Diff line change
@@ -1,8 +1,8 @@
# #
# OAuth2 # OAuth2


ACCESS_KEY ="Please apply your access key" ACCESS_KEY = '<Please apply your access key>'
SECRET_KEY ="Dont send your secret key to anyone" SECRET_KEY = '<Dont send your secret key to anyone>'


REDIRECT_URI = '<RedirectURL>' REDIRECT_URI = '<RedirectURL>'
AUTHORIZATION_ENDPOINT = '<AuthURL>' AUTHORIZATION_ENDPOINT = '<AuthURL>'
Expand All @@ -13,12 +13,7 @@


PUT_TIMEOUT = 300000 # 300s = 5m PUT_TIMEOUT = 300000 # 300s = 5m


IO_HOST = 'http://io.qbox.me' IO_HOST = 'http://iovip.qbox.me'
FS_HOST = 'https://fs.qbox.me' FS_HOST = 'https://fs.qbox.me'
RS_HOST = 'http://rs.qbox.me:10100' RS_HOST = 'http://rs.qbox.me:10100'


#
# Demo

DEMO_DOMAIN = 'iovip.qbox.me'

3 changes: 2 additions & 1 deletion qbox/switch
Original file line number Original file line Diff line number Diff line change
@@ -1,2 +1,3 @@
ln -s -f config.$1.py config.py cp -f config.$1.py config.py
rm -f config.pyc rm -f config.pyc

0 comments on commit 1379625

Please sign in to comment.