add id for oauth2

This commit is contained in:
skyblue
2014-04-09 00:26:12 +08:00
parent 22feddf804
commit d4565483e6
3 changed files with 33 additions and 26 deletions
+2 -2
View File
@@ -2,12 +2,12 @@
"paths": ["."],
"depth": 2,
"exclude": [],
"include": ["\\.go$"],
"include": ["\\.go$", "\\.ini$"],
"command": [
"bash", "-c", "go build && ./gogs web"
],
"env": {
"POWERED_BY": "github.com/shxsun/fswatch"
},
"enable-restart": true
"enable-restart": false
}