Skip to content

Commit

Permalink
feat: Update production Aragon Gateway URLs (#1392)
Browse files Browse the repository at this point in the history
  • Loading branch information
cgero-eth authored Jul 29, 2024
1 parent cc0d2df commit e8d2031
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .env.development
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ VITE_FEATURE_FLAG_GASLESS_PLUGIN=true
VITE_VOCDONI_ENV='stg'
VITE_VOCDONI_CENSUS3_URL=https://census3-aragon.vocdoni.net/api

VITE_BACKEND_URL=https://stg.app-backend.aragon.org
VITE_BACKEND_URL=https://stg.n-app-backend.aragon.org

VITE_GATEWAY_URL=https://app.gwstg.aragon.in
VITE_GATEWAY_URL=https://app.n-gwstg.aragon.in
4 changes: 2 additions & 2 deletions .env.production
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ VITE_FEATURE_FLAG_GASLESS_PLUGIN=false
VITE_VOCDONI_ENV='stg'
VITE_VOCDONI_CENSUS3_URL=https://census3-aragon.vocdoni.net/api

VITE_BACKEND_URL=https://app-backend.aragon.org
VITE_BACKEND_URL=https://n-app-backend.aragon.org

VITE_GATEWAY_URL=https://app.gwprod.aragon.in
VITE_GATEWAY_URL=https://app.n-gwprod.aragon.in
6 changes: 3 additions & 3 deletions .github/fleek/production.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"site": {
"id": "d92f2147-2dc5-43c9-86e0-62e303519a64",
"id": "81492921-4a99-4f5d-bd34-aa01ba6a1504",
"team": "aragonone-team",
"platform": "ipfs",
"source": "ipfs",
"name": "royal-heart-7275"
"name": "apparagonorg"
},
"build": {
"baseDir": "",
"publicDir": "dist",
"rootDir": ""
}
}
}

0 comments on commit e8d2031

Please sign in to comment.