diff --git a/.gitignore b/.gitignore index 10e030d..81f8ef7 100644 --- a/.gitignore +++ b/.gitignore @@ -55,3 +55,6 @@ com_crashlytics_export_strings.xml crashlytics.properties crashlytics-build.properties fabric.properties + +# local confi files +etc/*.local.toml \ No newline at end of file diff --git a/logranger.toml b/etc/logranger.toml similarity index 63% rename from logranger.toml rename to etc/logranger.toml index a0b53e3..398787f 100644 --- a/logranger.toml +++ b/etc/logranger.toml @@ -3,7 +3,4 @@ # SPDX-License-Identifier: MIT [server] -pid_file = "/var/tmp/logranger.pid" - -[listener] -type = "tcp" +pid_file = "/var/run/logranger.pid" \ No newline at end of file