This commit is contained in:
Maxime Cannoodt 2022-07-02 20:46:38 +02:00
parent 6f1a6f11a4
commit d8c2b587aa

View File

@ -4,12 +4,12 @@
# Prisma supports the native connection string format for PostgreSQL, MySQL, SQLite, SQL Server, MongoDB and CockroachDB.
# See the documentation for all the connection string options: https://pris.ly/d/connection-strings
DATABASE_URL="file:./dev.db"
FRONTEND_URL="http://localhost:3000"
ENVIRONMENT=prod
PORT=8080
FRONTEND_URL="http://localhost:3000"
DATABASE_URL="file:./dev.db"
CLEANUP_INTERVAL_SECONDS=600
POST_LIMIT_WINDOW=86400 # 24 hours
POST_LIMIT=50