Files
36Wisdom/config.yml
T

15 lines
223 B
YAML

server:
address: ":8080"
openapiPath: "/api.json"
swaggerPath: "/swagger"
logger:
level: "info"
database:
type: "sqlite"
link: "data/36wisdom.db"
cache:
ttl: 300
maxSize: 10000
pool:
defaultSize: 10