sdi-checker/sdi_checker/config.yaml
Guillaume RYCKELYNCK c6c2ee9c04 first commit
2024-06-22 22:00:42 +02:00

44 lines
790 B
YAML

app:
name: 'SDI Checker'
title: 'SDI Checker'
version: 0.0.1
locales:
directory: './sdi_checker/locales/'
lang: "fr"
history:
file: './sdi_checker/data/.history'
clear_on_exit: False
cli:
prompt: '>'
logs:
file: './sdi_checker/data/.log'
display: True
format: 'txt'
save: True
audits:
file: './sdi_checker/data/audits.json'
timeout: 30
ssl_verify: False
reports:
directory: ./sdi_checker/data/reports
formats: ['json', 'txt', 'csv']
format: json
dashboard:
dashboard_directory: './sdi_checker/dashboard/'
templates_directory: './sdi_checker/dashboard/templates/'
destination_directory: './sdi_checker/dashboard/'
web:
server_host: '127.0.0.1'
server_port: '8001'
ui_host: '127.0.0.1'
ui_port: '8001'
width: 400
height: 800