DevOps2018-Promotions / promotions

The promotions resource is a representation of a special promotion or sale that is running against a product or perhaps the entire store. Some examples are "buy 1 get 1 free", "20% off" etc.
MIT License
2 stars 2 forks source link

Modify the code to get database credentials from the ENV #48

Closed bengunvl closed 6 years ago

bengunvl commented 6 years ago

As a developer I need to modify the database settings in the code base So that the program can get the database credentials from the env

Assumptions:

Acceptance Criteria: The service interacts correctly with the database.

zhangcshcn commented 6 years ago

This repo from the professor should be extremely helpful.