24 lines
612 B
Plaintext
24 lines
612 B
Plaintext
DATABASE_URL="postgresql://postgres:postgres@localhost:5433/yetanother?schema=public"
|
|
MEILISEARCH_URL="http://localhost:7700"
|
|
MEILISEARCH_API_KEY="dev-master-key"
|
|
JWT_SECRET="dev-secret-change-in-production"
|
|
REDIS_URL="redis://localhost:6379"
|
|
FRONTEND_URL="http://localhost:3000"
|
|
API_URL="http://localhost:4000"
|
|
PORT=4000
|
|
HOST="0.0.0.0"
|
|
NODE_ENV="development"
|
|
|
|
# OAuth (optional — leave blank to disable)
|
|
GOOGLE_CLIENT_ID=""
|
|
GOOGLE_CLIENT_SECRET=""
|
|
GITHUB_CLIENT_ID=""
|
|
GITHUB_CLIENT_SECRET=""
|
|
|
|
# SMTP (optional — for password reset emails)
|
|
SMTP_HOST=""
|
|
SMTP_PORT="587"
|
|
SMTP_USER=""
|
|
SMTP_PASS=""
|
|
SMTP_FROM=""
|