Skip to content

Commit 151fedc

Browse files
committed
feat: add debug level variables into the CLI app env variables
1 parent 82857b4 commit 151fedc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

adminforth/commands/createApp/templates/.env.local.hbs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
ADMINFORTH_SECRET=123
22
NODE_ENV=development
3+
DEBUG_LEVEL=info
4+
AF_DEBUG_LEVEL=info
5+
DB_DEBUG_LEVEL=info
36
DATABASE_URL={{{dbUrl}}}
47
{{#if prismaDbUrl}}
58
PRISMA_DATABASE_URL={{{prismaDbUrl}}}

0 commit comments

Comments
 (0)