Skip to content

Commit

Permalink
Merge pull request #1532 from aeternity/feature/update-backend
Browse files Browse the repository at this point in the history
chore: switch to production deployment of backend
  • Loading branch information
davidyuk authored Jan 17, 2024
2 parents 4d3284b + bb208ff commit 115f4fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VUE_APP_BACKEND_URL=https://stage-signaling.aepps.com
VUE_APP_BACKEND_URL=https://base-backend.prd.aepps.com
VUE_APP_VAPID_PUBLIC_KEY=BHkQhNWW2TKfKfxo7vAgXkZGcVOXGrjhIZJlN1hKp6abIjWJgO8FYPswXJ35XEuKw46O9yZ-8KmsZ4-TXNBePcw
VUE_APP_HOME_PAGE_URL=https://docs.aeternity.com/aepp-base-home-page
1 change: 1 addition & 0 deletions .env.development
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
VUE_APP_BACKEND_URL=https://base-backend.stg.aepps.com

0 comments on commit 115f4fd

Please sign in to comment.