Open fabriziogiordano opened 10 years ago
@fabriziogiordano I think you can refactor this one into this:
production
ini fileftp
and db
section in production
ini filehost
, port
and user
configuration key under ftp
section and put host
, port
and user
under db
section.production.ini
[ftp]
host = "http://...."
port = 21
user = "mario"
[db]
host = "mysql://...."
port = 3660
user = "mario"
This will make your configuration more clear and more feasible. :)
Is it possible to add a dots ini notation? An example is easier to explain: