This commit is contained in:
Piotr Dec 2025-12-02 23:44:23 +01:00
parent d3e990384d
commit 501f45525b
Signed by: stawros
GPG key ID: 74B18A3F0F1E99C0
46 changed files with 993 additions and 35 deletions

13
config/config.yaml Normal file
View file

@ -0,0 +1,13 @@
logging:
level: "TRACE"
path: "logs/karl.log"
app:
host: "127.0.0.1"
port: 8081
reload: false
git:
path: "F:/IdeaProjects/paas/karl/.compose_repository"
branch: "main"
kp:
file: "config/kp.kdbx"
secret: "config/secret.txt"