mirror of
https://github.com/akyaiy/GoSally-mvp.git
synced 2026-01-03 07:12:26 +00:00
30 lines
497 B
YAML
30 lines
497 B
YAML
node:
|
|
mode: dev
|
|
name: "My gosally node"
|
|
show_config: true
|
|
com_dir: "%path%/com"
|
|
|
|
http_server:
|
|
address: "0.0.0.0"
|
|
port: "8080"
|
|
session_ttl: 5s
|
|
timeout: 3s
|
|
idle_timeout: 30s
|
|
|
|
tls:
|
|
enabled: true
|
|
cert_file: "%path%/cert/fullchain.pem"
|
|
key_file: "%path%/cert/privkey.pem"
|
|
|
|
updates:
|
|
enabled: false
|
|
check-interval: 1h
|
|
repository_url: "https://repo.serve.lv/raw/go-sally"
|
|
|
|
log:
|
|
json_format: false
|
|
level: "debug"
|
|
|
|
disable_warnings:
|
|
- --WNonStdTmpDir
|
|
- --WUndefLogLevel |