50 lines
875 B
YAML
50 lines
875 B
YAML
environment: production
|
|
folders:
|
|
data: ""
|
|
config: ""
|
|
app:
|
|
name: Qaskx Command Line Tool
|
|
version: 0.0.1
|
|
|
|
service:
|
|
server:
|
|
host: ""
|
|
port: 8080
|
|
base_path: ""
|
|
timeout:
|
|
server: 1000
|
|
write: 500
|
|
read: 500
|
|
idle: 5000
|
|
cache_off: true
|
|
templates:
|
|
cache_off: true
|
|
fall_back:
|
|
default:
|
|
route: "/index.html"
|
|
path: "./index.html"
|
|
verbose: false
|
|
cache: false
|
|
root_folder: "./"
|
|
templates:
|
|
- route: "/cli.html"
|
|
path: "./cli.html"
|
|
groups:
|
|
deve.qaskx:
|
|
root_folder: "./others/deve.qaskx/"
|
|
verbose: false
|
|
cache: false
|
|
default:
|
|
route: "/index.html"
|
|
path: ""
|
|
folders:
|
|
data: ""
|
|
static: "./server/web"
|
|
config: ""
|
|
|
|
logger:
|
|
provider: ""
|
|
log_level_base: ""
|
|
log_level: 5
|
|
log_writer: ""
|