mirror of
https://github.com/kittywitch/konawall-py.git
synced 2026-02-09 04:19:19 -08:00
feat: add api key example to config.toml.example
This commit is contained in:
parent
7d398cc824
commit
e9d89011f7
1 changed files with 2 additions and 1 deletions
|
|
@ -1,5 +1,6 @@
|
|||
interval = 300
|
||||
rotate = true
|
||||
api_key = ""
|
||||
source = "konachan"
|
||||
tags = [
|
||||
"rating:s"
|
||||
|
|
@ -7,4 +8,4 @@ tags = [
|
|||
|
||||
[logging]
|
||||
file = "INFO"
|
||||
console = "DEBUG"
|
||||
console = "DEBUG"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue