mirror of
https://github.com/jlengrand/bugsink.git
synced 2026-03-09 23:51:20 +00:00
Add more warnings about using non-sqlite for snappea in the conf templates
See #252
This commit is contained in:
@@ -24,6 +24,9 @@ USE_X_REAL_IP = True
|
||||
# In the singleserver production setup, the database is SQLite. The single (unix) user is named `bugsink` and we put
|
||||
# the database in its home directory:
|
||||
DATABASES["default"]["NAME"] = '{{ base_dir }}/db.sqlite3'
|
||||
|
||||
# This is a "database as message queue" setup; If you're reading this and are thinking of replacing this particular
|
||||
# DB with mysql/postgres, know that you "probably shouldn't".
|
||||
DATABASES["snappea"]["NAME"] = '{{ base_dir }}/snappea.sqlite3'
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user