Переход на postgresql

This commit is contained in:
2021-08-18 19:23:19 +03:00
parent 4e4eb9bfed
commit 60402fef94
10 changed files with 235 additions and 5 deletions

View File

@@ -7,7 +7,7 @@
"APP_EMAIL": "appsender@gmail.com
},
"db_settings": {
"SQLALCHEMY_DATABASE_URI": "sqlite:///db.sqlite"
"SQLALCHEMY_DATABASE_URI": "postgresql://ownername:pass@localhost/dyxless"
},
"mail_settings": {
"MAIL_SERVER": "smtp.gmail.com",