add: new config entries
This commit is contained in:
parent
dd794ccb67
commit
26328a06a1
4 changed files with 10 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -18,7 +18,7 @@ source=("$pkgname-$pkgver.tar.gz::https://ci.serguzim.me/archive/emgauwa-core-te
|
|||
"emgauwa-core-testing.sysusers"
|
||||
"emgauwa-core-testing.tmpfiles")
|
||||
sha256sums=("SKIP"
|
||||
"52fd100788c63d1e8ac4dd5c4564b4d97648f8916f29f108f9d49d221102e8a7"
|
||||
"6f113aa1c6ddbf982674ee192db2462758f83dfff12ab85ed4e221c0fdcf7de8"
|
||||
"c781f4d50da8e158551a47a8549981dad05faaf2d632c4fde8b36b48474ab0ec"
|
||||
"b9cde58b9e9b0605ca4a1eddd78067c55aa3c8d40f80cde0a25c4da9f6f95798"
|
||||
"0531f10303410afd7e53099e66b124ef2fd14afec9d33c4a0146793375acb6c2")
|
||||
|
|
|
@ -12,4 +12,7 @@ not-found-content-type = text/plain
|
|||
|
||||
: 4421 for dev-env; 4420 for testing-env; 4419 for prod-env; 4422 for testing
|
||||
discovery-port = 4420
|
||||
: 1886 for testing; 1885 for dev-env; 1884 for testing-env; 1883 for prod-env
|
||||
mqtt-port = 1884
|
||||
|
||||
log-level = debug
|
||||
|
|
Reference in a new issue