aboutsummaryrefslogtreecommitdiff
path: root/sample_config.yaml
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-07-04 13:20:06 +0200
committermetamuffin <metamuffin@disroot.org>2024-07-04 13:20:06 +0200
commit847a61d3ddf0c4a7656ed330f344ccf27681e240 (patch)
treed94775f4854c7487af80ccde6cd3967acdf8fc15 /sample_config.yaml
parent270283eb61716fa51c0c9b96ef3e00d23eb94dc9 (diff)
downloadmeta-adservices-847a61d3ddf0c4a7656ed330f344ccf27681e240.tar
meta-adservices-847a61d3ddf0c4a7656ed330f344ccf27681e240.tar.bz2
meta-adservices-847a61d3ddf0c4a7656ed330f344ccf27681e240.tar.zst
change ad index to use sidecar files
Diffstat (limited to 'sample_config.yaml')
-rw-r--r--sample_config.yaml16
1 files changed, 0 insertions, 16 deletions
diff --git a/sample_config.yaml b/sample_config.yaml
deleted file mode 100644
index 4c5b0bb..0000000
--- a/sample_config.yaml
+++ /dev/null
@@ -1,16 +0,0 @@
-bloom_filter_size: 10000
-impression_weight_falloff: 0.95
-leaderboard_weight_threshold: 16
-database_path: /path/to/data
-port: 8080
-image_base: /path/to/ads_dir
-ads:
- one:
- image: image-one.avif
- target: "https://example.org/"
- two:
- image: image-two.avif
- target: "https://example.org/"
- three:
- image: image-three.avif
- target: "https://example.org/"