mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-29 15:08:34 +01:00
* Chat history prototype * changes * static defines * bunch of fixes (#17207) * bunch of fixes * multi round export * allow to export 1 specific round * prepare for databse load * Update code/__defines/vchatlog.dm --------- Co-authored-by: Selis <12716288+ItsSelis@users.noreply.github.com> * fixed typo * beginning of loading * frontend * data/chatlogs * loading lines * lint fix * more fixes * new define * less spam * timeout the loading (#17214) * more frontend fixes * ckey * some comments and reverts (#17220) * some comments and reverts * we should fix that too * . * api * cleanup (#17232) * Button.Confirm * API * Up to date binaries * Default set for chatlog backend * Removed unused verbs * fix that * Update misc.dm * . * . --------- Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
12 lines
713 B
Plaintext
12 lines
713 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. |