1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-13 13:50:07 +00:00

Fix bug in HTTP_REFERER

This commit is contained in:
xiez
2012-06-05 19:38:28 +08:00
parent 07e74346f3
commit c5daf3879a
10 changed files with 59 additions and 53 deletions

View File

@@ -127,7 +127,7 @@ REGISTRATION_SEND_MAIL = False
HTTP_SERVER_ROOT = "http://localhost:8082"
# ccnet-applet address and port, used in repo download
CCNET_APPLET_ROOT = "http://localhost:8081"
CCNET_APPLET_ROOT = "http://localhost:13420"
SEAFILE_VERSION = '0.9.2'