mirror of
https://github.com/exchanges-lab/tradesync.git
synced 2026-08-05 05:06:07 +08:00
7 lines
170 B
Bash
7 lines
170 B
Bash
# Application Environment Variables Template
|
|
|
|
# Name of the application (e.g. nosync-app)
|
|
APP_NAME=
|
|
# Logging configuration level (e.g. info, debug, trace)
|
|
RUST_LOG=info
|