mirror of
https://github.com/YunoHost-Apps/ihatemoney_ynh.git
synced 2024-09-03 19:26:15 +02:00
5 lines
107 B
Python
5 lines
107 B
Python
|
DEBUG = True
|
||
|
SQLALCHEMY_DATABASE_URI = 'sqlite:///budget.db'
|
||
|
SQLACHEMY_ECHO = DEBUG
|
||
|
SECRET_KEY = "tralala"
|