First commit for realz API REST service

This commit is contained in:
2025-09-25 15:00:27 +02:00
parent 53e4512274
commit 0a66597018
7 changed files with 413 additions and 1 deletions

10
config.yaml Normal file
View File

@@ -0,0 +1,10 @@
server:
address: "0.0.0.0:8080"
database:
user: "realz"
password: "realz"
dbname: "realz"
host: "localhost"
port: 5433
sslmode: "disable"