Files
csgowtfd/config_example.yaml
2021-10-05 18:16:26 +02:00

21 lines
300 B
YAML

logging:
level: DEBUG
db:
driver: sqlite3
connect_to: "file:csgowtfd.db?_fk=1&cache=shared"
parser:
worker: 6
steam:
username: steamuser
api_key: apikey
rate_per_sec: 1
httpd:
cors_allow_domains: '*'
listen:
- host: localhost
port: 8000
- socket: /tmp/csgowtf.sock