We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e5bf3d commit 002ccfbCopy full SHA for 002ccfb
config/template_config.ini
@@ -27,7 +27,7 @@ error_pause = 5
27
[Database]
28
; The database engine you want to use.
29
; Refer to http://docs.sqlalchemy.org/en/latest/core/engines.html for the possible settings.
30
-engine = sqlite://
+engine = sqlite://database.sqlite
31
32
# General payment settings
33
[Payments]
@@ -69,4 +69,4 @@ full_order_info = no
69
[Error Reporting]
70
; Optional sentry token: get the token at https://sentry.io/ or ask @Steffo for one
71
; Needed to automatically report bugs found by the users in the code.
72
-sentry_token = https://00000000000000000000000000000000:00000000000000000000000000000000@sentry.io/0000000
+sentry_token = https://00000000000000000000000000000000:00000000000000000000000000000000@sentry.io/0000000
0 commit comments