Support optional URL prefix for hook URL
This commit is contained in:
@ -16,6 +16,7 @@ pub struct RepoConfig {
|
||||
pub struct Config {
|
||||
pub bind_address: Option<String>,
|
||||
pub bind_port: Option<u16>,
|
||||
pub url_prefix: Option<String>,
|
||||
#[serde(deserialize_with = "deser_user_id")]
|
||||
pub user_id: OwnedUserId,
|
||||
pub password: String,
|
||||
|
Reference in New Issue
Block a user