Files
calvana/pledge-now-pay-later/.env.example

8 lines
271 B
Plaintext

DATABASE_URL=postgresql://user:password@localhost:5432/dbname
NEXTAUTH_SECRET=your-secret-here
NEXTAUTH_URL=http://localhost:3000
GOCARDLESS_ACCESS_TOKEN=your-gocardless-token
GOCARDLESS_ENVIRONMENT=sandbox
REDIS_URL=redis://localhost:6379
BASE_URL=http://localhost:3000