Implement a shared config between servers (#795)

* Implement a shared config between servers

* Auto move config file on CMake run
This commit is contained in:
Jett
2022-10-30 00:17:35 +01:00
committed by GitHub
parent d8e73def9d
commit a745cdb727
8 changed files with 41 additions and 90 deletions

View File

@@ -209,7 +209,7 @@ Initial setup can vary drastically based on which operating system or distributi
#### Configuration
After the server has been built there should be four `ini` files in the build director: `authconfig.ini`, `chatconfig.ini`, `masterconfig.ini`, and `worldconfig.ini`. Go through them and fill in the database credentials and configure other settings if necessary.
After the server has been built there should be four `ini` files in the build director: `sharedconfig.ini`, `authconfig.ini`, `chatconfig.ini`, `masterconfig.ini`, and `worldconfig.ini`. Go through them and fill in the database credentials and configure other settings if necessary.
#### Migrations