I believe we should have the 3 files, for internaltestnet, testnet and mainnet
In Ruby on Rails we can have several different config files and define the environment by a ENV var or command line parameter. Is possible to run rails server --production for example and the rails executable will read the config/production.yaml file
rails server --production
for example and the rails executable will read theconfig/production.yaml
file