parent
d3e990384d
commit
e2fd185971
47 changed files with 1043 additions and 35 deletions
13
config/config.yaml
Normal file
13
config/config.yaml
Normal 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"
|
||||
1
config/secret.txt
Normal file
1
config/secret.txt
Normal file
|
|
@ -0,0 +1 @@
|
|||
supersecret
|
||||
Loading…
Add table
Add a link
Reference in a new issue