mirror of
https://framagit.org/framasoft/framaspace/argos.git
synced 2025-04-28 18:02:41 +02:00
11 lines
396 B
Markdown
11 lines
396 B
Markdown
# Configuration
|
||
|
||
Argos uses a simple YAML configuration file to define the server’s configuration, the websites to monitor and the checks to run on these websites.
|
||
|
||
Here is a simple self-documented configuration file, which you can get with [`argos server generate-config`](cli.md#server-generate-config):
|
||
|
||
```{literalinclude} ../conf/config-example.yaml
|
||
---
|
||
caption: argos-config.yaml
|
||
---
|
||
```
|