Skip to content

Commit 97eae26

Browse files
committed
Update .env.example - disable debug logging and fixed provider by default
1 parent 57c033e commit 97eae26

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.env.example

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# Log level - remove to disable debug logging
2-
LOG_LEVEL=debug
1+
# Log level - enable debug logging
2+
# LOG_LEVEL=debug
33

44
# Optional
55
VALUE_PROVIDER_CLIENT_PORT=3101
66
# Set to "fixed" to use a fixed provider, leave empty for ccxt provider
7-
VALUE_PROVIDER_IMPL="fixed"
7+
# VALUE_PROVIDER_IMPL="fixed"

0 commit comments

Comments
 (0)