mirror of
https://github.com/wneessen/logranger.git
synced 2024-11-22 12:50:50 +01:00
Relocate logranger.toml and update .gitignore
The logranger.toml file is moved to the 'etc' directory, and its pid_file location is updated. The .gitignore file is also edited to ignore local configuration files in the 'etc' directory to prevent them from being tracked. This creates a cleaner project structure and ensures local configurations are kept private.
This commit is contained in:
parent
c9c3bf31da
commit
ca62769cd3
2 changed files with 4 additions and 4 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -55,3 +55,6 @@ com_crashlytics_export_strings.xml
|
||||||
crashlytics.properties
|
crashlytics.properties
|
||||||
crashlytics-build.properties
|
crashlytics-build.properties
|
||||||
fabric.properties
|
fabric.properties
|
||||||
|
|
||||||
|
# local confi files
|
||||||
|
etc/*.local.toml
|
|
@ -3,7 +3,4 @@
|
||||||
# SPDX-License-Identifier: MIT
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
[server]
|
[server]
|
||||||
pid_file = "/var/tmp/logranger.pid"
|
pid_file = "/var/run/logranger.pid"
|
||||||
|
|
||||||
[listener]
|
|
||||||
type = "tcp"
|
|
Loading…
Reference in a new issue