diff --git a/.air.toml b/.air.toml index 0941617..a0815d3 100644 --- a/.air.toml +++ b/.air.toml @@ -4,7 +4,7 @@ tmp_dir = "tmp" [build] args_bin = [] - bin = "tmp\\main.exe --config-file ./config/default --scope rutracker" + bin = "tmp\\main.exe --config-file config/default --scope rutracker" cmd = "go build -o ./tmp/main.exe ./cmd" delay = 1000 exclude_dir = ["assets", "tmp", "vendor", "testdata"] diff --git a/.gitignore b/.gitignore index 903d241..4d32dcb 100644 --- a/.gitignore +++ b/.gitignore @@ -31,4 +31,4 @@ fabric.properties .env tmp/ vendor/ -config/*.yaml \ No newline at end of file +config/secret.yaml \ No newline at end of file diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml index ddc2326..53ae3b9 100644 --- a/.idea/inspectionProfiles/Project_Default.xml +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -3,7 +3,7 @@