Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Gogs committed May 12, 2016
2 parents 6ef04ea + ed1c562 commit a5175bf
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,11 @@ _testmain.go
*.test
*.prof
*.gitattributes
<<<<<<< HEAD

*.iml
*.ipr
*.iws
.idea/
=======
>>>>>>> startfeng/master
7 changes: 7 additions & 0 deletions ops/runserver.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# -*- encoding: utf8 -*-

import views
from commons import *


app.run(host = '0.0.0.0', port = 9000, debug = True)
2 changes: 1 addition & 1 deletion store/store.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ ServerId = "47E273ED-CD3A-4D6A-94CE-554BA9B195EB"

# zookeeper cluster addrs
Addrs = [
"192.168.1.192:2181"
"localhost:2181"
]

# zookeeper heartbeat timeout.
Expand Down

0 comments on commit a5175bf

Please sign in to comment.