feat: implement dfguide-registrar project with Postgres user registration functionality

This commit is contained in:
siujamo
2026-04-30 16:39:10 +08:00
commit 449cab6c06
9 changed files with 2633 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
PG_HOST=127.0.0.1
PG_PORT=5432
PG_USER=postgres
PG_PASSWORD=change-me
PG_DATABASE=dfguide
# 如果你更喜欢使用单个连接串,也可以改用:
# PG_URL=postgres://postgres:change-me@127.0.0.1:5432/dfguide