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