Skip to content

Commit

Permalink
Merge pull request #447 from kavicastelo/kavicastelo-patch-2-secrets
Browse files Browse the repository at this point in the history
Update .env
  • Loading branch information
kavicastelo authored Jul 3, 2024
2 parents 9e0def9 + 4f79ac2 commit eeda91d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 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 = "C:\Users\USER\AppData\Local\Programs\Python\Python310\python.exe"

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

SERVER_PORT = "3269"
SERVER_PORT = "SERVER_PORT"

EMAIL_PORT = "587"
EMAIL_USERNAME = "flexiart.info@gmail.com"
EMAIL_PASSWORD = "oxgnsvyzhcqhszfd"
EMAIL_PORT = "527"
EMAIL_USERNAME = "sample@gmail.com"
EMAIL_PASSWORD = "APP_PASSWORD"
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ jobs:
- name: Build backend
run: |
chmod +x ./mvnw
./mvnw clean package
./mvnw clean package -DskipTests

0 comments on commit eeda91d

Please sign in to comment.