mirror of
https://github.com/m1k1o/neko.git
synced 2025-06-21 12:08:09 +02:00
13 lines
348 B
Text
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 />
|