You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
154 B
TOML
12 lines
154 B
TOML
5 years ago
|
# http server configuration
|
||
5 years ago
|
[server]
|
||
|
port = 8080
|
||
5 years ago
|
|
||
|
# graphql configuration
|
||
5 years ago
|
[graphql]
|
||
|
graphiql = true
|
||
5 years ago
|
|
||
|
# logging configuration
|
||
5 years ago
|
[logging]
|
||
|
loglevel = "debug"
|