c++ framework drogon how to use different config.json for different environments?
When using the c++ framework drogon, the configuration I want to use for local development, e.g. mysql configuration is: localhost:3306.
Then when pushing the code to the test or main branch, I want to use the configuration xxx.com:3306.