Skip to content

Commit

Permalink
winston-logger, tsconfig for webpack (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
vmozharov authored Oct 23, 2023
1 parent 92e3906 commit b49a1aa
Show file tree
Hide file tree
Showing 18 changed files with 392 additions and 28 deletions.
17 changes: 17 additions & 0 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
# APP_URL=mywebsite.com
# SUPPORT_EMAIL=support@${APP_URL}

# Description: Application name. Used in logs.
# Type: string
# Default: NEST
APP_NAME=WAISY

# Description: Node environment
# Type: string
# Options: production, development, test
Expand All @@ -18,3 +23,15 @@ NODE_ENV=production
# Type: number
# Default: 3000
PORT=3000

# Description: Logger level
# Type: string
# Options: debug, info, warn, error, fatal
# Default: warn
LOGGER_LEVEL=warn

# Description: Logger format
# Type: string
# Options: json, pretty
# Default: json
LOGGER_FORMAT=json
Loading

0 comments on commit b49a1aa

Please sign in to comment.