chore: add prefix to config

This commit is contained in:
Jesús Pérez Lorenzo 2021-10-10 17:42:08 +01:00
parent 79c5e0b9ec
commit d2eb72d552

View File

@ -19,6 +19,7 @@ pub struct Notifier {
pub struct WebServer {
pub name: String,
pub home_path: String,
pub prefix: String,
pub resources_path: String,
pub certs_store_path: String,