much work done
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-11-25 05:16:36 +01:00
parent 603d08cc61
commit 2c89f3d0c3
7 changed files with 493 additions and 55 deletions

View File

@@ -8,7 +8,8 @@ from sentry_sdk.integrations.sqlalchemy import SqlalchemyIntegration
from healthcheck import HealthCheck
from errorhandlers import register_all_error_handlers
from config import *
from config import SENTRY_DSN, RELEASE_ID, RELEASEMODE, POSTGRES_DB, PORT, POSTGRES_HOSTNAME, POSTGRES_PASSWORD, \
POSTGRES_USERNAME, DEBUG, JWT_SECRET_KEY
from db import db
from jwtman import jwtman
from fbcrypt import bcrypt