manala / manalize

Provides ready-to-use environments for various projects through manala ansible roles
http://www.manala.io
MIT License
36 stars 2 forks source link

Fix sqlite missing from app_options && enable by default #132

Closed ogizanagi closed 7 years ago

ogizanagi commented 7 years ago

Sqlite was missing from the app_options template. Also, I'd suggest to enable it by default, as it's convenient for small apps to start without the VM and have a continuous evolve path when switching to it. But if I'd enable it by default, that's because it's also useful for tests with in memory database, which improves perfs for functional tests: https://github.com/Elao/climalife-k2/pull/970

chalasr commented 7 years ago

Thank you @ogizanagi.