HalosGhost / pandabin

A self-hostable, simple and fast pastebin written in C
GNU General Public License v3.0
3 stars 0 forks source link

settings in sqlite #24

Closed buhman closed 6 years ago

buhman commented 6 years ago

IMO while settings-in-sqlite is maybe cool, operationally it's more trouble than it's worth if someone wants to make a production deployment--they now need to either copy around this database blob, or have some setup script that runs sqlite3 queries to insert their config.

Might I suggest scrapping that idea entirely and doing something less crazy like configuration-from-environment?

HalosGhost commented 6 years ago

Actually, this is something I feel pretty strongly about for a few reasons: