diff --git a/server/.env.example b/server/.env.example index 5c26625..dcf0d13 100644 --- a/server/.env.example +++ b/server/.env.example @@ -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