Krishnan S
Krishnan S
Deployed the threatnote service using EC2 / Docker on AWS: * Had to change the `app.config['SERVER_NAME']` in `config.py` to the AWS domain, since i was running into [this issue](https://github.com/brianwarehime/threatnote/issues/14) after...
From here: `https://github.com/brianwarehime/threatnote/blob/master/threatnote/config.py#L21` looks like `sqlite` is the default db. Since this project seems to be using [SQLAlchemy](https://www.sqlalchemy.org/) can we just customize `https://github.com/brianwarehime/threatnote/blob/master/threatnote/config.py#L20` to use `Postgres` or `MySQL` ?