FurryPlace

This commit is contained in:
2025-10-04 01:52:54 -07:00
parent b87f2397d9
commit 342fc3955a
31 changed files with 365 additions and 92 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ PORT=3000
DATABASE_URL="mysql://root:password@localhost/FurryPlace"
# Only required for development
SHADOW_DATABASE_URL="mysql://root:password@localhost/openplace_shadow"
SHADOW_DATABASE_URL="mysql://root:password@localhost/FurryPlace_shadow"
JWT_SECRET="your-secret-key"