mirror of
https://github.com/Steffo99/greed.git
synced 2024-11-25 07:14:18 +00:00
Change default setting (closes #21)
This commit is contained in:
parent
4e5bf3db67
commit
002ccfb14b
1 changed files with 2 additions and 2 deletions
|
@ -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]
|
||||
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue