diff --git a/config.py b/config.py index 3995f97a0..54717c305 100644 --- a/config.py +++ b/config.py @@ -2,7 +2,7 @@ # The other elements are the same as used in the tutorial # format: (user):(password)@(db_identifier).amazonaws.com:3306/(db_name) -SQLALCHEMY_DATABASE_URI = 'mysql+pymysql://flaskdemo:flaskdemo@flaskdemo.cwsaehb7ywmi.us-east-1.rds.amazonaws.com:3306/flaskdemo' +SQLALCHEMY_DATABASE_URI = 'mysql+pymysql://test:1Pedromachuca@test.ccpmc8m0irwr.us-east-1.rds.amazonaws.com:3306/test' # Uncomment the line below if you want to work with a local DB #SQLALCHEMY_DATABASE_URI = 'sqlite:///test.db'