1
0
Fork 0
cmdui/backend/config.example.toml

22 lines
402 B
TOML

log_dir = "data/logs"
[commands]
base_path = "/usr/local/bin/runner"
config_command = "/usr/local/bin/runner_commands --export=json"
[database]
driver = "sqlite3"
spec = "data/cmdui.db"
# MySQL example
# driver = "mysql"
# spec = "root:@(localhost:3306)/commands?charset=utf8mb4&parseTime=true"
[server]
host = "http://127.0.0.1"
port = 9090
[github]
client_id = "secret"
client_secret = "secret"