|
|
|
@ -23,6 +23,9 @@ APP_URL=https://synth.example.com
|
|
|
|
# Port for the backend HTTP server (inside the container).
|
|
|
|
# Port for the backend HTTP server (inside the container).
|
|
|
|
PORT=8080
|
|
|
|
PORT=8080
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Port for the backend HTTP server (outside the container).
|
|
|
|
|
|
|
|
EXT_PORT=8005
|
|
|
|
|
|
|
|
|
|
|
|
# Logging level. Options: error, warn, info, debug, trace.
|
|
|
|
# Logging level. Options: error, warn, info, debug, trace.
|
|
|
|
# Format: "level" or "level,crate=level"
|
|
|
|
# Format: "level" or "level,crate=level"
|
|
|
|
RUST_LOG=info,ai_synth_backend=debug
|
|
|
|
RUST_LOG=info,ai_synth_backend=debug
|
|
|
|
|