Files
ims/.env.local.example
T

6 lines
224 B
Bash

# .env.local.example
NEXT_PUBLIC_SUPABASE_URL=https://your-project-ref.supabase.co
NEXT_PUBLIC_SUPABASE_ANON_KEY=your-anon-key-here
NEXT_PUBLIC_APP_URL=http://localhost:3000
CRON_SECRET=<generate with: openssl rand -hex 32>