Add infrastructure for managing configuration
This commit is contained in:
parent
e5e256039c
commit
027e4b3a7f
6 changed files with 87 additions and 7 deletions
7
fieldpoc_config.json
Normal file
7
fieldpoc_config.json
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"dect": {
|
||||
"host": "192.168.0.100",
|
||||
"username": "omm",
|
||||
"password": "xxx"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue