Files
kleinanzeigen-bot/kleinanzeigen_bot/resources/config_defaults.yaml
Sebastian Thomschke 51f647b4f1 Add quotes
2022-02-16 23:53:39 +01:00

36 lines
685 B
YAML

ad_files:
- "**/ad_*.json"
- "**/ad_*.yml"
- "**/ad_*.yaml"
ad_defaults:
active: true
type: OFFER
description:
prefix: ""
suffix: ""
price_type: NEGOTIABLE
shipping_type: SHIPPING
contact:
name: ""
street: ""
zipcode:
phone: "" # IMPORTANT: surround phone number with quotes to prevent removal of leading zeros
republication_interval: 7
categories: []
browser:
# https://peter.sh/experiments/chromium-command-line-switches/
arguments:
# https://stackoverflow.com/a/50725918/5116073
- --disable-dev-shm-usage
- --no-sandbox
# --headless
# --start-maximized
binary_location:
login:
username: ""
password: ""