Skip to content

Commit

Permalink
Update .env
Browse files Browse the repository at this point in the history
  • Loading branch information
kavicastelo authored Jul 3, 2024
1 parent 9e0def9 commit ae97530
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .env
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
SPRINGBOOT_URL_PYTHON = "http://localhost:3269/api/v1/airQuality/predict/res"
PYTHON_EXE_PATH = "C:\Users\KAVI\AppData\Local\Programs\Python\Python310\python.exe"
PYTHON_EXE_PATH = "PYTHON_EXECUTION_PATH_FROM_YOUR_COMPUTER"

DATABASE = "Urban_Air"
DATABASE_PORT = "27017"
DATABASE_URI = "mongodb+srv://air_quality:[email protected]/"
DATABASE = "YOUR_DATABASE"
DATABASE_PORT = "DATABASE_PORT"
DATABASE_URI = "DATABASE_URI"

SERVER_PORT = "3269"
SERVER_PORT = "SERVER_PORT"

EMAIL_PORT = "587"
EMAIL_USERNAME = "[email protected]"
EMAIL_PASSWORD = "oxgnsvyzhcqhszfd"
EMAIL_PORT = "EMAIL_PORT"
EMAIL_USERNAME = "EMAIL_USERNAME"
EMAIL_PASSWORD = "APP_PASSWORD"

0 comments on commit ae97530

Please sign in to comment.