diff options
author | Quentin <quentin@deuxfleurs.fr> | 2020-11-11 19:48:01 +0100 |
---|---|---|
committer | Quentin <quentin@deuxfleurs.fr> | 2020-11-11 19:48:01 +0100 |
commit | 2765291796de1b94401e462dc5136fdfce867596 (patch) | |
tree | b068e58074cb9f16039f1af1bb6cede0ea60253c /src/util | |
parent | d445c4ef9cd6835ec7e2e543e9e462adcd0f58bf (diff) | |
download | garage-2765291796de1b94401e462dc5136fdfce867596.tar.gz garage-2765291796de1b94401e462dc5136fdfce867596.zip |
Build path correctly
Diffstat (limited to 'src/util')
-rw-r--r-- | src/util/config.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/config.rs b/src/util/config.rs index 72f7c319..f4c841b7 100644 --- a/src/util/config.rs +++ b/src/util/config.rs @@ -56,6 +56,7 @@ pub struct ApiConfig { pub struct WebConfig { pub bind_addr: SocketAddr, pub root_domain: String, + pub index: String, } fn default_max_concurrent_rpc_requests() -> usize { |