#4 updated to use a toml file

This commit is contained in:
2022-10-28 01:44:29 -05:00
parent fa7f64a65b
commit 4b3d62cb27
5 changed files with 55 additions and 26 deletions

20
config.toml.example Normal file
View File

@ -0,0 +1,20 @@
[portainer]
host = "192.168.1.11"
port = 9443
username = "a"
password = "a"
endpoint = 1
start_containers = true
[logging]
use_log = true
log_level = "DEBUG"
log_path = "./crn.log"
[pushover]
use_pushover = false
po_key = ""
po_token = ""
[containers]
qbit = "qbittorrent"