官网 初版

This commit is contained in:
rucky
2026-03-18 17:13:27 +08:00
parent 879c4bdfc8
commit 241a76caeb
95 changed files with 8889 additions and 113 deletions

5
.env.example Normal file
View File

@@ -0,0 +1,5 @@
DATABASE_URL="postgresql://postgres:postgres@localhost:5432/nanami_web?schema=public"
NEXTAUTH_SECRET="change-me-in-production-use-a-random-string"
NEXTAUTH_URL="http://localhost:3000"
ADMIN_USERNAME="admin"
ADMIN_PASSWORD="admin123"