This commit is contained in:
2025-10-02 19:27:15 -07:00
parent 30d67ef13b
commit f011e23cb2
285 changed files with 147710 additions and 120520 deletions
+6 -1
View File
@@ -1,4 +1,9 @@
PORT=3000
DATABASE_URL="mysql://root:password@localhost/openplace"
DATABASE_URL="mysql://root:password@localhost/FurryPlace"
JWT_SECRET="your-secret-key"
# Google OAuth
GOOGLE_CLIENT_ID="your-google-client-id"
GOOGLE_CLIENT_SECRET="your-google-client-secret"
GOOGLE_CALLBACK_URL="http://localhost:3000/auth/google/callback"