31 lines
932 B
Plaintext
31 lines
932 B
Plaintext
# These environment variables will be used by default if you do not create any
|
|
# yourself in .env. This file should be safe to check into your version control
|
|
# system. Any custom values should go in .env and .env should *not* be checked
|
|
# into version control.
|
|
|
|
# schema.prisma defaults
|
|
DATABASE_URL=file:./dev.db
|
|
|
|
# disables Prisma CLI update notifier
|
|
PRISMA_HIDE_UPDATE_MESSAGE=true
|
|
|
|
CLOUDINARY_API_KEY=476712943135152
|
|
# ask Kurt for help getting set up with a secret
|
|
# CLOUDINARY_API_SECRET=
|
|
|
|
# Option to override the current environment's default api-side log level
|
|
# See: https://redwoodjs.com/docs/logger for level options:
|
|
# trace | info | debug | warn | error | silent
|
|
# LOG_LEVEL=debug
|
|
|
|
|
|
# EMAIL_PASSWORD=abc123
|
|
|
|
|
|
# CAD_LAMBDA_BASE_URL="http://localhost:8080"
|
|
|
|
# sentry
|
|
GITHUB_ASSIST_APP_ID=23342
|
|
GITHUB_ASSIST_SECRET=abc
|
|
GITHUB_ASSIST_PRIVATE_KEY="-----BEGIN RSA PRIVATE KEY-----\nabcdefg\n-----END RSA PRIVATE KEY-----"
|