I want to set in my bootstrap the right config I will use functions of the environment. I try to use
Database::instance('my_conf');
or
Kohana::$config->attach(new Config_File('config/'.$environment));
This isn't working....
Any idea ?
Kohana version: 3.3