Update connection string and requirements.txt

This commit is contained in:
Keith Edmunds 2021-05-04 18:11:28 +01:00
parent cc273f305b
commit 88e7ef2bca
2 changed files with 1 additions and 2 deletions

View File

@ -29,7 +29,7 @@ class Config(object):
MAIL_USERNAME = os.environ.get('MAIL_USERNAME') MAIL_USERNAME = os.environ.get('MAIL_USERNAME')
MAIL_USE_TLS = os.environ.get('MAIL_USE_TLS') is not None MAIL_USE_TLS = os.environ.get('MAIL_USE_TLS') is not None
MILLISECOND_SIGFIGS = 0 MILLISECOND_SIGFIGS = 0
MYSQL_CONNECT = "mysql+mysqldb://songdb:songdb@localhost/musicmuster" MYSQL_CONNECT = "mysql+mysqldb://musicmuster:musicmuster@localhost/musicmuster"
NORMALISE_ON_IMPORT = True NORMALISE_ON_IMPORT = True
ROOT = "/home/kae/music" ROOT = "/home/kae/music"
TESTMODE = True TESTMODE = True

View File

@ -15,7 +15,6 @@ mysqlclient==2.0.3
parso==0.8.2 parso==0.8.2
pexpect==4.8.0 pexpect==4.8.0
pickleshare==0.7.5 pickleshare==0.7.5
pkg-resources==0.0.0
prompt-toolkit==3.0.18 prompt-toolkit==3.0.18
ptyprocess==0.7.0 ptyprocess==0.7.0
pycodestyle==2.7.0 pycodestyle==2.7.0