first demo

This commit is contained in:
xkm
2025-04-14 22:57:36 +08:00
parent 0c76d2169a
commit a960184433
22 changed files with 1047 additions and 218 deletions

8
config/server.yaml Normal file
View File

@@ -0,0 +1,8 @@
app:
env: "debug" # release or debug
port: 8080
storage:
type: "database" # memory or database
database:
dsn: "host=localhost port=54320 user=postgres password=password dbname=postgres sslmode=disable"