Add season field, store tile pngs in the database
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
PORT=3000
|
||||
|
||||
DATABASE_URL="mysql://root:password@localhost/FurryPlace"
|
||||
|
||||
# Only required for development
|
||||
SHADOW_DATABASE_URL="mysql://root:password@localhost/openplace_shadow"
|
||||
|
||||
JWT_SECRET="your-secret-key"
|
||||
|
||||
# Google OAuth
|
||||
|
||||
Reference in New Issue
Block a user