Update connection string and requirements.txt
This commit is contained in:
parent
cc273f305b
commit
88e7ef2bca
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user