diff options
author | skyblue <ssx205@gmail.com> | 2014-04-09 00:26:12 +0800 |
---|---|---|
committer | skyblue <ssx205@gmail.com> | 2014-04-09 00:26:12 +0800 |
commit | d4565483e67dfd17f723114d5849b2ce6895c077 (patch) | |
tree | ef81132a3560ce7b64bb6928ce237c42324b4bf5 /.fswatch.json | |
parent | 22feddf804c7fbf3418cbbc8e7302da271da4e5a (diff) | |
download | gitea-d4565483e67dfd17f723114d5849b2ce6895c077.tar.gz gitea-d4565483e67dfd17f723114d5849b2ce6895c077.zip |
add id for oauth2
Diffstat (limited to '.fswatch.json')
-rw-r--r-- | .fswatch.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.fswatch.json b/.fswatch.json index 90a6e4eae7..4ef36ce478 100644 --- a/.fswatch.json +++ b/.fswatch.json @@ -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 } |