Hi Generic Q - when testing a server is a good pra...
# ktor
j
Hi Generic Q - when testing a server is a good practice to load a test conf ? or better keep 1 conf file ? Asking because in the example here it show how to load the main conf file
a
It depends on the ability to test an application using configuration from production. If you can do it with one configuration then keep one because any divergences from the production environment may affect test results.