Initial upload: ConfDoc v0.1.0 - Config validation and documentation generator
This commit is contained in:
12
examples/config.toml
Normal file
12
examples/config.toml
Normal file
@@ -0,0 +1,12 @@
|
||||
app.name = "myapp"
|
||||
app.version = "1.0.0"
|
||||
app.debug = true
|
||||
|
||||
[database]
|
||||
host = "localhost"
|
||||
port = 5432
|
||||
name = "mydb"
|
||||
|
||||
[logging]
|
||||
level = "INFO"
|
||||
file = "app.log"
|
||||
Reference in New Issue
Block a user