Reformat JSON config files, use spaces instead of tabs

This should have been done long ago.
master
Nicolas Favre-Felix 1 year ago
parent 546d730985
commit 997932f1eb
No known key found for this signature in database
GPG Key ID: C04E7AA8B6F73372

@ -1,6 +1,5 @@
{ {
"redis_host": "127.0.0.1", "redis_host": "127.0.0.1",
"redis_port": 6379, "redis_port": 6379,
"redis_auth": null, "redis_auth": null,
@ -17,14 +16,14 @@
"acl": [ "acl": [
{ {
"disabled": ["DEBUG"] "disabled": [ "DEBUG" ]
}, },
{ {
"http_basic_auth": "user:password", "http_basic_auth": "user:password",
"enabled": ["DEBUG"] "enabled": [ "DEBUG" ]
} }
], ],
"hiredis": { "hiredis": {
"keep_alive_sec": 15 "keep_alive_sec": 15
}, },

@ -1,11 +1,11 @@
{ {
"redis_host": "127.0.0.1", "redis_host": "127.0.0.1",
"redis_port": 6379, "redis_port": 6379,
"redis_auth": null, "redis_auth": null,
"http_host": "0.0.0.0", "http_host": "0.0.0.0",
"http_port": 7379, "http_port": 7379,
"threads": 4, "threads": 4,
"daemonize": true, "daemonize": true,
@ -14,14 +14,14 @@
"acl": [ "acl": [
{ {
"disabled": ["DEBUG"] "disabled": [ "DEBUG" ]
}, },
{ {
"http_basic_auth": "user:password", "http_basic_auth": "user:password",
"enabled": ["DEBUG"] "enabled": [ "DEBUG" ]
} }
], ],
"hiredis": { "hiredis": {
"keep_alive_sec": 15 "keep_alive_sec": 15
}, },

Loading…
Cancel
Save