I'm creating my first app using CIBonfire and i'm ready to push it to production, but i'm not sure how to change the mode from development to production so that it does not show the profiler stuff in the footer.
I was not able to find it in any of the settings menus or in the documentation. Any help is appreciated.
In your
index.php
file in your CI-Bonfire. you can find this spot here, just change thedefine('ENVIRONMENT', 'development')
intodefine('ENVIRONMENT', 'production')