dndserver
dndserver copied to clipboard
Readded config example file
The config example was removed
In python it is good practice to use configuration parameters in the form of objects. In this way we can configure a single file that contains configuration for different environments (test, development, UAT and production) and then code scripts that automatically recognize the environment and apply the desired configurations.