diff --git a/.air.toml b/.air.toml index 6fe017d..2f1fed1 100644 --- a/.air.toml +++ b/.air.toml @@ -3,24 +3,7 @@ testdata_dir = "testdata" tmp_dir = "tmp" [build] -args_bin = [ - "-aes tmp/cpolis.aes", - "-articles tmp/articles", - "-banner-width 512", - "-config tmp/config.toml", - "-desc 'Freiheit, Gleichheit, Brüderlichkeit, Toleranz und Humanität'", - "-domain localhost", - "-feed tmp/cpolis.atom", - "-firebase tmp/firebase.json", - "-images tmp/pics", - "-img-width 256", - "-link https://distrikt-ni-st.de", - "-log tmp/cpolis.log", - "-pdfs tmp/pdfs", - "-port 8080", - "-title 'Freimaurer Distrikt Niedersachsen und Sachsen-Anhalt'", - "-web web", -] +args_bin = ["-config tmp/config.toml"] bin = "./tmp/main" cmd = "go build -o ./tmp/main ./cmd/main.go" delay = 0