Skip to content

Commit

Permalink
fix: update template .envrc LOG_LEVEL to LOGLEVEL
Browse files Browse the repository at this point in the history
  • Loading branch information
liuhuo23 committed Oct 8, 2024
1 parent b6e6e6d commit 00118be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion component/template/.envrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export {{crate_name | shouty_snake_case}}_CONFIG=`pwd`/.config
export {{crate_name | shouty_snake_case}}_DATA=`pwd`/.data
export {{crate_name | shouty_snake_case}}_LOG_LEVEL=debug
export {{crate_name | shouty_snake_case}}_LOGLEVEL=debug

0 comments on commit 00118be

Please sign in to comment.