Files
Moonbase/.env.example

7 lines
215 B
Plaintext

# Copy to .env and fill in values for local dev.
DATABASE_URL="postgresql://tonym@localhost:5432/moonbase_dev"
NEXTAUTH_SECRET="change-me-generate-with-openssl-rand-base64-32"
NEXTAUTH_URL="http://localhost:3000"