diff --git a/.air.toml b/.air.toml index cee7826..be76009 100644 --- a/.air.toml +++ b/.air.toml @@ -4,7 +4,7 @@ tmp_dir = "tmp" [build] args_bin = [] - bin = "./tmp/main -key tmp/key.gob -log tmp/cpolis.log -pics tmp/pics -rss tmp/orientexpress_alle.rss -web web" + bin = "./tmp/main -domain localhost:8080 -key tmp/key.gob -log tmp/cpolis.log -pics tmp/pics -rss tmp/orientexpress_alle.rss -web web" cmd = "go build -o ./tmp/main ./cmd/main.go" delay = 0 exclude_dir = ["assets", "tmp", "vendor", "testdata"]