Small HTML fix
This commit is contained in:
@@ -1,27 +1,9 @@
|
||||
# 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
|
||||
|
||||
# location of the test database for api service scenarios (defaults to ./.redwood/test.db if not set)
|
||||
# TEST_DATABASE_URL=file:./.redwood/test.db
|
||||
|
||||
# disables Prisma CLI update notifier
|
||||
PRISMA_HIDE_UPDATE_MESSAGE=true
|
||||
|
||||
# Option to override the current environment's default api-side log level
|
||||
# See: https://redwoodjs.com/docs/logger for level options, defaults to "trace" otherwise.
|
||||
# Most applications want "debug" or "info" during dev, "trace" when you have issues and "warn" in production.
|
||||
# Ordered by how verbose they are: trace | debug | info | warn | error | silent
|
||||
# LOG_LEVEL=debug
|
||||
REDWOOD_ENV_FILESTACK_API_KEY=
|
||||
REDWOOD_ENV_FILESTACK_SECRET=
|
||||
SESSION_SECRET=
|
||||
ADMIN_EMAILS=
|
||||
DATABASE_URL=
|
||||
PROD_DOMAIN=https://example.com/
|
||||
DEV_DOMAIN=http://localhost:8910/
|
||||
SEND_IN_BLUE_KEY=
|
||||
SEND_IN_BLUE_EMAIL=
|
||||
SEND_IN_BLUE_KEY=
|
||||
|
||||
Reference in New Issue
Block a user