rabin 4 months ago
parent
commit
522e6c3b79
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/tool/dever2.py

+ 2 - 2
src/tool/dever2.py

@@ -9,8 +9,8 @@ from core import *
 import json
 
 class Dever2(object):
-	git = 'http://git.Dever2.cc:3000/'
-	ssh = 'ssh://git@git.Dever2.cc:10022/'
+	git = 'http://git.dever.cc:3000/'
+	ssh = 'ssh://git@git.dever.cc:10022/'
 	lib = Core.path + 'container/share/lib/php/'
 	dev = Core.path + 'container/web/'
 	framework = 'dever2/dev.git'