13 lines
521 B
Plaintext
13 lines
521 B
Plaintext
# file: .env.example
|
|
# version: 2
|
|
|
|
# KSP Logging root directory. Used by config/std.logging.json for relative log output paths.
|
|
# The current Config document fallback is "logs" when neither the process environment nor .env defines this variable.
|
|
KSP_LOGS_DIRECTORY=logs
|
|
|
|
# Minimum time in milliseconds that a KSP desk splash remains visible after its frontend is ready.
|
|
KSP_DESK_SPLASH_MINIMUM_MS=1200
|
|
|
|
# Fade-in/fade-out duration in milliseconds used by the common KSP desk splash lifecycle.
|
|
KSP_DESK_SPLASH_FADE_MS=300
|