Skip to content

Commit a0f464a

Browse files
committed
chore: add debug levels to the .env.prod in newly created app with cli
AdminForth/1700/add-debug-levels-in-newly-gene
1 parent 45c2504 commit a0f464a

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Add only non-sensitive production environment variables here so deployed applications can use them
22
# Deliver sensitive production environment variables via your deployment platform's process environment
33

4-
NODE_ENV=production
4+
NODE_ENV=production
5+
DEBUG_LEVEL=info
6+
AF_DEBUG_LEVEL=info
7+
DB_DEBUG_LEVEL=info

0 commit comments

Comments
 (0)