chore: add prefix to config
This commit is contained in:
parent
79c5e0b9ec
commit
d2eb72d552
1 changed files with 1 additions and 0 deletions
|
|
@ -19,6 +19,7 @@ pub struct Notifier {
|
||||||
pub struct WebServer {
|
pub struct WebServer {
|
||||||
pub name: String,
|
pub name: String,
|
||||||
pub home_path: String,
|
pub home_path: String,
|
||||||
|
pub prefix: String,
|
||||||
pub resources_path: String,
|
pub resources_path: String,
|
||||||
|
|
||||||
pub certs_store_path: String,
|
pub certs_store_path: String,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue