This commit is contained in:
Darks 2019-06-07 01:49:43 +02:00
parent 1bdad7c9e4
commit b6eae7fef4
Signed by: Darks
GPG Key ID: F61F10FA138E797C
1 changed files with 0 additions and 1 deletions

View File

@ -7,7 +7,6 @@ class Config(object):
'postgresql+psycopg2://' + os.environ.get('USER') + ':@/pcv5'
SQLALCHEMY_TRACK_MODIFICATIONS = False
UPLOAD_FOLDER = './app/static/avatars'
LOGIN_DISABLED = True
class V5Config(object):