standardise formatting in config files
This commit is contained in:
parent
cf48c79b4d
commit
3a053f7696
@ -1,4 +1,4 @@
|
|||||||
{
|
{
|
||||||
"server":"pool.ntp.org",
|
"server": "pool.ntp.org",
|
||||||
"interval":3600
|
"interval": 3600
|
||||||
}
|
}
|
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"enabled":true,
|
"enabled": true,
|
||||||
"port": 8266,
|
"port": 8266,
|
||||||
"password": "esp-react"
|
"password": "esp-react"
|
||||||
}
|
}
|
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"jwt_secret":"esp8266-react",
|
"jwt_secret": "esp8266-react",
|
||||||
"users": [
|
"users": [
|
||||||
{
|
{
|
||||||
"username": "admin",
|
"username": "admin",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"ssid":"",
|
"ssid": "",
|
||||||
"password":"password",
|
"password": "password",
|
||||||
"hostname":"esp8266-react",
|
"hostname": "esp8266-react",
|
||||||
"static_ip_config":false
|
"static_ip_config": false
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user