From 260f858326234552ae5318e2fb5dd3d750f47e68 Mon Sep 17 00:00:00 2001 From: sondreb Date: Sun, 8 Oct 2023 20:51:54 +0000 Subject: [PATCH] deploy: 060bb4ded6e07a75bfc02a7a7fbe751f8a453231 --- docker/CITY/WALLET/wallet.bat | 2 +- docker/CITY/WALLET/wallet.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/CITY/WALLET/wallet.bat b/docker/CITY/WALLET/wallet.bat index 4b24776..e1b0c4b 100644 --- a/docker/CITY/WALLET/wallet.bat +++ b/docker/CITY/WALLET/wallet.bat @@ -1,4 +1,4 @@ -set INSTANCE=smartcityplatform +set INSTANCE=freecity set VERSION=%1 echo "Blockcore Wallet // Hosting instance type: \"%INSTANCE%\" and version \"%VERSION%\""; diff --git a/docker/CITY/WALLET/wallet.sh b/docker/CITY/WALLET/wallet.sh index c228b7d..0ac45c8 100644 --- a/docker/CITY/WALLET/wallet.sh +++ b/docker/CITY/WALLET/wallet.sh @@ -1,4 +1,4 @@ -INSTANCE="smartcityplatform" +INSTANCE="freecity" VERSION=$1 echo "Blockcore Wallet // Hosting instance type: \"$INSTANCE\" and version \"$VERSION\"";