Skip to content

Commit 7d0166a

Browse files
authored
Merge pull request #10 from bluestoneag/qm
QM
2 parents 2626944 + 0ce5230 commit 7d0166a

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ The frontend can be found at:
1515
* `DB_NAME` - The name of the database file. Default: `log4j-collector.db`
1616
* `DB_PATH` - The path of the database file. Default is `./db`.
1717

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.
1919

20-
## Docker
20+
## Docker
2121

2222
The docker image is available at:
2323
```
@@ -31,4 +31,8 @@ docker run -d -p 8080:8080 ghcr.io/bluestoneag/log4j-collector:latest
3131

3232
## API Documentation
3333
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).
38+
Feel free to contribute!

0 commit comments

Comments
 (0)