Skip to content

Commit 002ccfb

Browse files
authored
Change default setting (closes #21)
1 parent 4e5bf3d commit 002ccfb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/template_config.ini

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ error_pause = 5
2727
[Database]
2828
; The database engine you want to use.
2929
; Refer to http://docs.sqlalchemy.org/en/latest/core/engines.html for the possible settings.
30-
engine = sqlite://
30+
engine = sqlite://database.sqlite
3131

3232
# General payment settings
3333
[Payments]
@@ -69,4 +69,4 @@ full_order_info = no
6969
[Error Reporting]
7070
; Optional sentry token: get the token at https://sentry.io/ or ask @Steffo for one
7171
; Needed to automatically report bugs found by the users in the code.
72-
sentry_token = https://00000000000000000000000000000000:00000000000000000000000000000000@sentry.io/0000000
72+
sentry_token = https://00000000000000000000000000000000:00000000000000000000000000000000@sentry.io/0000000

0 commit comments

Comments
 (0)