-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
4 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,5 @@ | ||
# You should create a new file with ".env" name or something similar and NOT include it in your git | ||
export DROPBOX_API_KEY=123 | ||
export MYSQL_HOST=foo.rds.amazonaws.com | ||
export MYSQL_USERNAME=user | ||
export MYSQL_PASSWORD=pass | ||
export MYSQL_DB_NAME=Test_schema | ||
export EMAIL_ADDRESS=Gmail Bot <foobar@gmail.com> | ||
export GMAIL_API_KEY=123 | ||
export MYSQL_DB_NAME=Test_schema |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
mysql-connector-python~=8.0.19 | ||
mysql-connector~=2.2.9 | ||
yaml-config-wrapper>=0.0.3 | ||
termcolor-logger>=0.0.2 | ||
yaml-config-wrapper>=1.0.4 | ||
termcolor-logger>=1.0.3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters