aboutsummaryrefslogtreecommitdiff
path: root/src/state.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/state.rs')
-rw-r--r--src/state.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/state.rs b/src/state.rs
index 4de21b4..368e76b 100644
--- a/src/state.rs
+++ b/src/state.rs
@@ -16,6 +16,7 @@ pub struct Config {
impression_weight_falloff: f64,
pub image_base: PathBuf,
database_path: PathBuf,
+ pub port: u16,
pub ads: HashMap<String, AdInfo>,
}