neko/webpage/docs/getting-started/configuration/index.mdx
Miroslav Šedivý b23ca1af04 WIP new docs.
2025-02-08 20:30:40 +01:00

13 lines
348 B
Text

---
sidebar_position: 5
---
# Configuration
Configuration options can be set using Environment Variables, as an argument to the CLI, or in a configuration file.
Highest priority is given to the Environment Variables, followed by CLI arguments, and then the configuration file.
import Configuration from './configuration.tsx'
<Configuration />