fix: core.ini files
This commit is contained in:
parent
a83941fb88
commit
e1eda4b814
4 changed files with 5 additions and 4 deletions
|
@ -18,7 +18,7 @@ source=("https://git.serguzim.me/emgauwa/core/archive/testing-v$pkgver.tar.gz"
|
||||||
"emgauwa-core-testing.sysusers"
|
"emgauwa-core-testing.sysusers"
|
||||||
"emgauwa-core-testing.tmpfiles")
|
"emgauwa-core-testing.tmpfiles")
|
||||||
sha256sums=('f1869e952835308ca921b96c9d2160c74ed511fcd3da6c5bd47a4e87302da67a'
|
sha256sums=('f1869e952835308ca921b96c9d2160c74ed511fcd3da6c5bd47a4e87302da67a'
|
||||||
'6f113aa1c6ddbf982674ee192db2462758f83dfff12ab85ed4e221c0fdcf7de8'
|
'b6747ceee2099f6ee321af4c69e10cb9e73d444e769fc33efd257e59d55b40be'
|
||||||
'c781f4d50da8e158551a47a8549981dad05faaf2d632c4fde8b36b48474ab0ec'
|
'c781f4d50da8e158551a47a8549981dad05faaf2d632c4fde8b36b48474ab0ec'
|
||||||
'b9cde58b9e9b0605ca4a1eddd78067c55aa3c8d40f80cde0a25c4da9f6f95798'
|
'b9cde58b9e9b0605ca4a1eddd78067c55aa3c8d40f80cde0a25c4da9f6f95798'
|
||||||
'0531f10303410afd7e53099e66b124ef2fd14afec9d33c4a0146793375acb6c2')
|
'0531f10303410afd7e53099e66b124ef2fd14afec9d33c4a0146793375acb6c2')
|
||||||
|
|
|
@ -10,7 +10,7 @@ not-found-file-mime = text/html
|
||||||
not-found-content = 404 - NOT FOUND
|
not-found-content = 404 - NOT FOUND
|
||||||
not-found-content-type = text/plain
|
not-found-content-type = text/plain
|
||||||
|
|
||||||
: 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
|
discovery-port = 4420
|
||||||
: 1886 for testing; 1885 for dev-env; 1884 for testing-env; 1883 for prod-env
|
: 1886 for testing; 1885 for dev-env; 1884 for testing-env; 1883 for prod-env
|
||||||
mqtt-port = 1884
|
mqtt-port = 1884
|
||||||
|
|
|
@ -18,7 +18,7 @@ source=("https://git.serguzim.me/emgauwa/core/archive/v$pkgver.tar.gz"
|
||||||
"emgauwa-core.sysusers"
|
"emgauwa-core.sysusers"
|
||||||
"emgauwa-core.tmpfiles")
|
"emgauwa-core.tmpfiles")
|
||||||
sha256sums=('6e983e765f1f4bd5388f77fa0cbc9a1e8f92f9834a4c63ea0c0bab4c96be4e2f'
|
sha256sums=('6e983e765f1f4bd5388f77fa0cbc9a1e8f92f9834a4c63ea0c0bab4c96be4e2f'
|
||||||
'03d7af2f2a47b73d17467f98967be3a334fe4eff98b86b701500843478df1e87'
|
'bbd31d8dc5699e309d05c473132184d4c212fc9f97a8de9a19f50787e368c02d'
|
||||||
'559c675302f626dfded86660866554fb78f3fcbae51e5879eee65c9384a06d52'
|
'559c675302f626dfded86660866554fb78f3fcbae51e5879eee65c9384a06d52'
|
||||||
'b9cde58b9e9b0605ca4a1eddd78067c55aa3c8d40f80cde0a25c4da9f6f95798'
|
'b9cde58b9e9b0605ca4a1eddd78067c55aa3c8d40f80cde0a25c4da9f6f95798'
|
||||||
'0531f10303410afd7e53099e66b124ef2fd14afec9d33c4a0146793375acb6c2')
|
'0531f10303410afd7e53099e66b124ef2fd14afec9d33c4a0146793375acb6c2')
|
||||||
|
|
|
@ -5,12 +5,13 @@ user = emgauwa
|
||||||
group = emgauwa
|
group = emgauwa
|
||||||
|
|
||||||
database = /var/lib/emgauwa/core/db.sqlite
|
database = /var/lib/emgauwa/core/db.sqlite
|
||||||
|
content-dir = /usr/share/webapps/emgauwa
|
||||||
not-found-file = 404.html
|
not-found-file = 404.html
|
||||||
not-found-file-mime = text/html
|
not-found-file-mime = text/html
|
||||||
not-found-content = 404 - NOT FOUND
|
not-found-content = 404 - NOT FOUND
|
||||||
not-found-content-type = text/plain
|
not-found-content-type = text/plain
|
||||||
|
|
||||||
: 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 = 4419
|
discovery-port = 4419
|
||||||
: 1886 for testing; 1885 for dev-env; 1884 for testing-env; 1883 for prod-env
|
: 1886 for testing; 1885 for dev-env; 1884 for testing-env; 1883 for prod-env
|
||||||
mqtt-port = 1883
|
mqtt-port = 1883
|
||||||
|
|
Reference in a new issue