dndserver icon indicating copy to clipboard operation
dndserver copied to clipboard

Readded config example file

Open itzandroidtab opened this issue 2 years ago • 1 comments

The config example was removed

itzandroidtab avatar Apr 26 '23 11:04 itzandroidtab

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.

felipefcunica avatar Apr 26 '23 17:04 felipefcunica