mirror of
https://github.com/m5stack/StackChan.git
synced 2026-04-27 11:02:40 +00:00
15 lines
343 B
YAML
15 lines
343 B
YAML
# https://goframe.org/docs/web/server-config-file-template
|
|
server:
|
|
address: ":12800"
|
|
# openapiPath: "/api.json"
|
|
swaggerPath: "/swagger"
|
|
|
|
# https://goframe.org/docs/core/glog-config
|
|
logger:
|
|
level : "all"
|
|
stdout: true
|
|
|
|
# https://goframe.org/docs/core/gdb-config-file
|
|
database:
|
|
default:
|
|
link: "sqlite::@file(/stackChan.sqlite)" |