add: new config entries
This commit is contained in:
parent
dd794ccb67
commit
26328a06a1
4 changed files with 10 additions and 3 deletions
controller-testing
|
@ -18,7 +18,7 @@ source=("$pkgname-$pkgver.tar.gz::https://ci.serguzim.me/archive/emgauwa-control
|
|||
"emgauwa-controller-testing.sysusers"
|
||||
"emgauwa-controller-testing.tmpfiles")
|
||||
sha256sums=("SKIP"
|
||||
"7d9d0d23190660d91045e11ccb281ffedab65d76f1f3b0fc63eae105732bd2e5"
|
||||
"91d6bb80b7bfabbe3fc500c72ecc5173c70ef27483135a02739c74baa5720298"
|
||||
"0bbc44d680be2011800c553ae863663148be0820f08349993578c88e9a23b143"
|
||||
"b9cde58b9e9b0605ca4a1eddd78067c55aa3c8d40f80cde0a25c4da9f6f95798"
|
||||
"5a4ce46c1302546509c0024d4614b5b0d47dde02467b7bf52b28ef6c4ead91e7")
|
||||
|
|
|
@ -1,7 +1,11 @@
|
|||
[controller]
|
||||
name = new emgauwa device
|
||||
: 4421 for dev-env; 4420 for testing-env; 4419 for prod-env; 4422 for testing
|
||||
|
||||
: 4422 for testing; 4421 for dev-env; 4420 for testing-env; 4419 for prod-env
|
||||
discovery-port = 4420
|
||||
: 1886 for testing; 1885 for dev-env; 1884 for testing-env; 1883 for prod-env
|
||||
mqtt-port = 1884
|
||||
|
||||
relay-count = 10
|
||||
database = /var/lib/emgauwa/controller/db.lmdb
|
||||
log-level = debug
|
||||
|
|
Reference in a new issue