City-of-Bloomington / blossom

A skeleton for PHP web applications
GNU Affero General Public License v3.0
3 stars 0 forks source link

Rename configuration.inc to bootstrap #16

Closed inghamn closed 7 years ago

inghamn commented 8 years ago

We've moved site-specific settings out of configuration.inc. What's left in there are settings that really never change. In fact, most installations just copy the configuration.inc.default and do not modify it.

We should rename it to better match it's current purpose. It's really the bootstrap for the application. We should rename configuration.inc to bootstrap.inc (or php). There's no longer a need to use a .default file. There are no secret settings stored in that file. We can remove the default file and let the real file be version tracked.