Skip to content

Commit

Permalink
chore: Update environment variables and improve EventGrid component v…
Browse files Browse the repository at this point in the history
…isibility logic
  • Loading branch information
Aloento committed Oct 29, 2024
1 parent 2261440 commit 0667221
Show file tree
Hide file tree
Showing 4 changed files with 588 additions and 579 deletions.
5 changes: 5 additions & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# SD_BACKEND_URL="http://localhost:9000"
# SD_BACKEND_API="/api/v1"
# SD_BACKEND_V2=false

SD_BACKEND_URL="http://80.158.108.251:8000"
SD_BACKEND_API="/v2"
SD_BACKEND_V2=true

# only for development
SD_BACKEND_FILE=false
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
"@farmfe/core": "1.3.27",
"@farmfe/js-plugin-postcss": "^1.8.1",
"@farmfe/plugin-react": "^1.2.4",
"@types/lodash": "^4.17.10",
"@types/node": "^22.7.5",
"@types/react": "^18.3.11",
"@types/lodash": "^4.17.12",
"@types/node": "^22.8.4",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react-helmet": "^6.1.11",
"autoprefixer": "^10.4.20",
Expand Down
Loading

0 comments on commit 0667221

Please sign in to comment.