31 lines
548 B
YAML
31 lines
548 B
YAML
logging:
|
|
level: DEBUG
|
|
|
|
db:
|
|
driver: sqlite3
|
|
connect_to: "file:csgowtfd.db?_fk=1&cache=shared"
|
|
|
|
parser:
|
|
worker: 6
|
|
|
|
steam:
|
|
username: steamuser
|
|
# Password needs to be provided only until a login_key is obtained, can be empty after
|
|
password: steampassword
|
|
api_key: apikey
|
|
rate_per_sec: 1
|
|
sentry: ".sentry"
|
|
login_key: ".login_key"
|
|
server_list: ".server.json"
|
|
|
|
redis:
|
|
address: "localhost:6379"
|
|
password: ""
|
|
|
|
httpd:
|
|
cors_allow_domains:
|
|
- '*'
|
|
listen:
|
|
- host: localhost
|
|
port: 8000
|
|
- socket: /tmp/csgowtf.sock |