# Database connection string
DATABASE_URL=file:./truyen-viet.db

# Or use a PG connection string
#DATABASE_URL=postgresql://127.0.0.1:5432/your-database-name

# Used to encrypt JWT tokens
PAYLOAD_SECRET=9fbd88c84bd1e2186ab55ca736ffc2ddb7b75a0040a3fb974323a054d5af6ae8

# Used to configure CORS, format links and more. No trailing slash
NEXT_PUBLIC_SERVER_URL=https://truyenviet.online

# Secret used to authenticate cron jobs
CRON_SECRET=fc5ff0a4db21a64a6268e161bc6e4bb94a66b858b6bf8d5689cecb29f1e3c2ba

# Used to validate preview requests
PREVIEW_SECRET=7106c357edf60675fd268335eadd4b5cf2179f216d5d2c489dd7cae1c4097a25
