mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-05-19 13:20:47 +01:00
4874f2a117
* biome port * fix * umm * up * prettier on repo level * . * uh * fix that * . * guh * could be deelted * fix query * raccoon * raccoon
11 lines
712 B
Plaintext
11 lines
712 B
Plaintext
The libvchatlog.so/vchatlog.dll file will fetch the required database credentials automatically from the
|
|
config/dbconfig.txt if the chatlogging database backend was enabled.
|
|
|
|
For the alwayson-backend you will have to create some kind of service to keep it running. With the supplied
|
|
.env.example you are able to set the port of the API. The configured chatlogging API URL (where you also turn it on)
|
|
you will have to supply the correct ip-address/domain and port on where this API is reachable.
|
|
|
|
For this you can set the DBCONFIG_PATH environment variable (or use the .env.example) to the exact path of the config/dbconfig.txt.
|
|
|
|
Do not forget to rename .env.example to .env of course, if you want to use a file.
|