官网 初版
This commit is contained in:
5
.env.example
Normal file
5
.env.example
Normal 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"
|
||||
Reference in New Issue
Block a user