diff options
Diffstat (limited to 'sample_config.toml')
-rw-r--r-- | sample_config.toml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sample_config.toml b/sample_config.toml new file mode 100644 index 0000000..e8ceb62 --- /dev/null +++ b/sample_config.toml @@ -0,0 +1,6 @@ +bloom_filter_size = 10000 +impression_weight_falloff = 0.95 +leaderboard_weight_threshold = 16 +database_path = "/path/to/data" +port = 8080 +ad_dir = "/path/to/ads_dir" |