mirror of
https://github.com/AtHeartEngineering/bandada.git
synced 2026-01-10 00:48:15 -05:00
chore: update production urls
This commit is contained in:
@@ -5,7 +5,6 @@
|
|||||||
Dockerfile
|
Dockerfile
|
||||||
|
|
||||||
**/node_modules
|
**/node_modules
|
||||||
**/.env*
|
|
||||||
|
|
||||||
# compiled output
|
# compiled output
|
||||||
**/dist
|
**/dist
|
||||||
@@ -46,8 +45,6 @@ testem.log
|
|||||||
.DS_Store
|
.DS_Store
|
||||||
Thumbs.db
|
Thumbs.db
|
||||||
|
|
||||||
.env
|
|
||||||
|
|
||||||
#Hardhat files
|
#Hardhat files
|
||||||
build
|
build
|
||||||
cache
|
cache
|
||||||
|
|||||||
@@ -3,6 +3,6 @@
|
|||||||
|
|
||||||
# TODO: Set the correct production URLs for each.
|
# TODO: Set the correct production URLs for each.
|
||||||
|
|
||||||
VITE_API_URL=http://api.zkgroups.org
|
VITE_API_URL=https://zkgroups.appliedzkp.org/dashboard
|
||||||
VITE_DASHBOARD_URL=http://dashboard.zkgroups.org
|
VITE_DASHBOARD_URL=https://zkgroups.appliedzkp.org
|
||||||
VITE_CLIENT_URL=http://client.zkgroups.org
|
VITE_CLIENT_URL=https://zkgroups.appliedzkp.org/client
|
||||||
|
|||||||
Reference in New Issue
Block a user