Change config file name

This commit is contained in:
trading_peter 2024-08-28 12:32:33 +02:00
parent 407a8d5052
commit 63cd51f891

View File

@ -17,7 +17,7 @@ import (
)
func main() {
conf.LoadConfig("config.yml")
conf.LoadConfig(".hoster.yml")
app := &cli.App{
Name: "hoster",