aboutsummaryrefslogtreecommitdiff
path: root/sample_config.yaml
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-06-20 16:08:57 +0200
committermetamuffin <metamuffin@disroot.org>2024-06-20 16:08:57 +0200
commit270283eb61716fa51c0c9b96ef3e00d23eb94dc9 (patch)
treeaf50329912c2a699ef168f7915236f5d68a8a22e /sample_config.yaml
parent9cfb8a07ad4f7413a37ec316f422938e672163f2 (diff)
downloadmeta-adservices-270283eb61716fa51c0c9b96ef3e00d23eb94dc9.tar
meta-adservices-270283eb61716fa51c0c9b96ef3e00d23eb94dc9.tar.bz2
meta-adservices-270283eb61716fa51c0c9b96ef3e00d23eb94dc9.tar.zst
add more info
Diffstat (limited to 'sample_config.yaml')
-rw-r--r--sample_config.yaml16
1 files changed, 16 insertions, 0 deletions
diff --git a/sample_config.yaml b/sample_config.yaml
new file mode 100644
index 0000000..4c5b0bb
--- /dev/null
+++ b/sample_config.yaml
@@ -0,0 +1,16 @@
+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/"