Skip to content

Commit

Permalink
#5 Adds aws ip address
Browse files Browse the repository at this point in the history
Signed-off-by: Davide Pollicino <davidepollicino2015@gmail.com>
  • Loading branch information
omonimus1 committed Mar 2, 2022
1 parent 3e7b5d5 commit 0e33190
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion webAppClassifier/webAppClassifier/.env
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SECRET_KEY=django-insecure-_l=2_dy=i8!%o$-)3!^29-t=c6c^n-k61_mjqfxp7w3qz4ec!3
DEBUG=False
HOST=['127.0.0.1', '.herokuapp.com']
HOST=['127.0.0.1', '35.178.174.41']
DATABASE_NAME=
DATABASE_USER=
DATABASE_PASSWORD=
Expand Down
2 changes: 1 addition & 1 deletion webAppClassifier/webAppClassifier/.env.example
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SECRET_KEY=django-insecure-_l=2_dy=i8!%o$-)3!^29-t=c6c^n-k61_mjqfxp7w3qz4ec!3
DEBUG=False
HOST=['127.0.0.1', '.herokuapp.com']
HOST=['127.0.0.1', '35.178.174.41']
DATABASE_NAME=
DATABASE_USER=
DATABASE_PASSWORD=
Expand Down

0 comments on commit 0e33190

Please sign in to comment.