Skip to content

Commit

Permalink
#5 fix .env
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 497940e commit 989b599
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Django
django
numpy
whitenoise
tensorflow
Expand Down
11 changes: 8 additions & 3 deletions webAppClassifier/classifier/.env.example
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
HOST=127.0.0.1
SECRET_KEY=sdsdsds
DEBUG=TRUE
SECRET_KEY=django-insecure-_l=2_dy=i8!%o$-)3!^29-t=c6c^n-k61_mjqfxp7w3qz4ec!3
DEBUG=False
HOST=['127.0.0.1','35.178.79.34']
DATABASE_NAME=
DATABASE_USER=
DATABASE_PASSWORD=
DATABASE_HOST=
DATABASE_PORT=5432
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', '35.178.79.34']
HOST=['127.0.0.1','35.178.79.34']
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', '35.178.79.34']
HOST=['127.0.0.1','35.178.79.34']
DATABASE_NAME=
DATABASE_USER=
DATABASE_PASSWORD=
Expand Down

0 comments on commit 989b599

Please sign in to comment.