I don’t have any config files and I run all vaults locally on one machine.
I launch seed node with RUST_LOG=info ./target/debug/safe_vault -f
in a first command window and then each following nodes with ./target/debug/safe_vault&
in another command window.