We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a945a9 commit 3e5321aCopy full SHA for 3e5321a
README.md
@@ -30,15 +30,15 @@ needs better.
30
## Usage
31
Nightingale requires a ``nightingale.yml`` configuration file, which has the following structure:
32
33
-````yaml
34
-server:
35
- address: 127.0.0.1
36
- port: 8081
37
- password: mypasword
38
- # ...
39
-logging: # Optional field
40
- enable: true
41
- level: info
+````toml
+[server]
+address = "127.0.0.1"
+port = 8081
+password = "mypassword"
+
+[logging]
+enable = true
+level = "info"
42
````
43
<br>
44
0 commit comments