mirror of
https://github.com/akyaiy/GoSally-mvp.git
synced 2026-01-03 08:32:24 +00:00
16 lines
264 B
YAML
16 lines
264 B
YAML
mode: "prod"
|
|
|
|
http_server:
|
|
address: "0.0.0.0:8080"
|
|
|
|
tls:
|
|
enabled: false
|
|
cert_file: "./cert/fullchain.pem"
|
|
key_file: "./cert/privkey.pem"
|
|
|
|
com_dir: "com/"
|
|
|
|
updates:
|
|
enabled: false
|
|
check-interval: 1h
|
|
repository_url: "https://repo.serve.lv/raw/go-sally" |