You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-3Lines changed: 7 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -15,9 +15,9 @@ The frontend can be found at:
15
15
*`DB_NAME` - The name of the database file. Default: `log4j-collector.db`
16
16
*`DB_PATH` - The path of the database file. Default is `./db`.
17
17
18
-
**Note:** The database file will be created at the given path or if not provided at the default path with the default name. Make sure you add .db to the end of the file name.
18
+
**Note:** The database file will be created at the given `DB_PATH` or if not provided at the default path with the default name. Make sure you add .db to the end of the `DB_NAME` name.
19
19
20
-
##Docker
20
+
##Docker
21
21
22
22
The docker image is available at:
23
23
```
@@ -31,4 +31,8 @@ docker run -d -p 8080:8080 ghcr.io/bluestoneag/log4j-collector:latest
31
31
32
32
## API Documentation
33
33
The Api documentation is available at:
34
-
-[API Documentation](docs/)
34
+
-[API Documentation](docs/)
35
+
36
+
## Authors
37
+
This project is maintained by [bluestoneag](https://github.com/bluestoneag) and [netrics](https://netrics.ch).
0 commit comments