Skip to content

Commit

Permalink
deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
SkyZeroZx committed Jun 28, 2022
1 parent d7e93b3 commit 948a931
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .env
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
JWT_TOKEN = SECRETKEY_TEST_ISEKAI

DATABASE_HOST=localhost
DATABASE_HOST=us-cdbr-east-05.cleardb.net
DATABASE_PORT=3306
DATABASE_USERNAME=root
DATABASE_PASSWORD=
DATABASE_NAME=calendar_app
DATABASE_USERNAME=b93f9afe7015a1
DATABASE_PASSWORD=9001e155
DATABASE_NAME=heroku_227aa37ce135241
DEFAULT_USER_EMAIL=[email protected]
DEFAULT_USER_PASSWORD=12341234
10 changes: 10 additions & 0 deletions credentials.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,13 @@ DATABASE_PASSWORD=9001e155
DATABASE_NAME=heroku_227aa37ce135241
[email protected]
DEFAULT_USER_PASSWORD=12341234



DATABASE_HOST=localhost
DATABASE_PORT=3306
DATABASE_USERNAME=root
DATABASE_PASSWORD=
DATABASE_NAME=calendar_app
[email protected]
DEFAULT_USER_PASSWORD=12341234

0 comments on commit 948a931

Please sign in to comment.