Open
Description
Use case, I'd like to be able to create a base app.ini
file that I can mindlessly copy to servers while still having instance-specific configuration options like database passwords stored in a separate app.ini
file.
Alternatively, we could allow some form of [include]
section which will load options from a separate app.ini file.
Ideally, we'd have both. But accepting on the CLI is a good start.