standardise formatting in config files

This commit is contained in:
Rick Watson 2019-08-09 21:30:07 +01:00
parent cf48c79b4d
commit 3a053f7696
5 changed files with 29 additions and 29 deletions

View File

@ -1,5 +1,5 @@
{ {
"provision_mode": 0, "provision_mode": 0,
"ssid": "ESP8266-React", "ssid": "ESP8266-React",
"password": "esp-react" "password": "esp-react"
} }

View File

@ -1,4 +1,4 @@
{ {
"server":"pool.ntp.org", "server": "pool.ntp.org",
"interval":3600 "interval": 3600
} }

View File

@ -1,5 +1,5 @@
{ {
"enabled":true, "enabled": true,
"port": 8266, "port": 8266,
"password": "esp-react" "password": "esp-react"
} }

View File

@ -1,15 +1,15 @@
{ {
"jwt_secret":"esp8266-react", "jwt_secret": "esp8266-react",
"users": [ "users": [
{ {
"username": "admin", "username": "admin",
"password": "admin", "password": "admin",
"admin": true "admin": true
}, },
{ {
"username": "guest", "username": "guest",
"password": "guest", "password": "guest",
"admin": false "admin": false
} }
] ]
} }

View File

@ -1,6 +1,6 @@
{ {
"ssid":"", "ssid": "",
"password":"password", "password": "password",
"hostname":"esp8266-react", "hostname": "esp8266-react",
"static_ip_config":false "static_ip_config": false
} }