Skip to content

Commit 4ff6e70

Browse files
author
André Gaul
committed
mv config.json -> couch.json (as in webui)
1 parent 9853dba commit 4ff6e70

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ syntax: glob
22
node_modules
33
npm-debug.log
44
tmp
5-
config.json
5+
couch.json
66
*~
77
*.bak
88
*.orig

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module.exports = function(grunt) {
2-
var config = grunt.file.readJSON('config.json');
2+
var config = grunt.file.readJSON('couch.json');
33

44
var couch = grunt.option('couch') || 'localhost';
55
var couchpushopts = null;
File renamed without changes.

0 commit comments

Comments
 (0)