mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-02 03:02:23 +02:00
parent
5103cc4d2a
commit
b89bd1e690
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ DEBUG = False
|
||||||
|
|
||||||
# The database URI, reprensenting the type of database and how to connect to it.
|
# The database URI, reprensenting the type of database and how to connect to it.
|
||||||
# Enter an absolute path here.
|
# Enter an absolute path here.
|
||||||
SQLALCHEMY_DATABASE_URI = 'sqlite:///var/lib/ihatemoney/ihatemoney.sqlite'
|
SQLALCHEMY_DATABASE_URI = 'sqlite:////var/lib/ihatemoney/ihatemoney.sqlite'
|
||||||
SQLACHEMY_ECHO = DEBUG
|
SQLACHEMY_ECHO = DEBUG
|
||||||
|
|
||||||
# Will likely become the default value in flask-sqlalchemy >=3 ; could be removed
|
# Will likely become the default value in flask-sqlalchemy >=3 ; could be removed
|
||||||
|
|
Loading…
Reference in a new issue