fdisotto / SlimBlog

Simple Blog written with Slim Framework
GNU General Public License v3.0
102 stars 39 forks source link

Move database config to its own file #13

Closed StJudeWasHere closed 10 years ago

StJudeWasHere commented 10 years ago

Move the database settings to its own file. This makes it easier if we want to create a web based installer.

I also added the new config file to .gitignore so we don't have to worry about pushing our own settings while developing.

fdisotto commented 10 years ago

Thanks :+1: