Add AI moderation settings, caching, and status tracking Require AI approval for Life Posts, Comments, and Discussions Implement language filtering and moderation status UI Add retry mechanism for failed moderation checks
14 lines
415 B
Plaintext
14 lines
415 B
Plaintext
POSTGRES_DB=pokopia
|
|
POSTGRES_USER=pokopia
|
|
POSTGRES_PASSWORD=pokopia
|
|
DATABASE_URL=postgres://pokopia:pokopia@localhost:5432/pokopia
|
|
BACKEND_PORT=3001
|
|
TRUST_PROXY=false
|
|
FRONTEND_ORIGIN=http://localhost:20015
|
|
APP_ORIGIN=http://localhost:20015
|
|
VITE_API_BASE_URL=http://localhost:3001
|
|
VITE_SITE_URL=https://pokopiawiki.tootaio.com
|
|
RESEND_API_KEY=
|
|
EMAIL_FROM="Pokopia Wiki <onboarding@resend.dev>"
|
|
AI_MODERATION_API_KEY=
|