Skip to content

Commit

Permalink
Change default setting (closes #21)
Browse files Browse the repository at this point in the history
  • Loading branch information
Steffo99 authored Nov 21, 2018
1 parent 4e5bf3d commit 002ccfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/template_config.ini
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ error_pause = 5
[Database]
; The database engine you want to use.
; Refer to http://docs.sqlalchemy.org/en/latest/core/engines.html for the possible settings.
engine = sqlite://
engine = sqlite://database.sqlite

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

0 comments on commit 002ccfb

Please sign in to comment.