my-lib/settings: manage settings shared globally

This commit is contained in:
xinyangli 2024-12-03 16:43:39 +08:00
parent 4169513ead
commit d9a7b3d48c
Signed by: xin
SSH key fingerprint: SHA256:UU5pRTl7NiLFJbWJZa+snLylZSXIz5rgHmwjzv8v4oE
5 changed files with 135 additions and 59 deletions

View file

@ -0,0 +1,5 @@
{
settings = {
alertmanagerPort = 9093;
};
}