aboutsummaryrefslogtreecommitdiff
path: root/sample_config.yaml
blob: 4c5b0bb3890f6db91aa580dd94ab4013ec7aed95 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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/"