Update git remote URL from git.ourworld.tf to git.threefold.info
This commit is contained in:
parent
94dcf11c2f
commit
9c9ce81c59
@ -13,7 +13,7 @@ Before you begin, ensure you have the following installed:
|
||||
## Step 1: Clone the Repository
|
||||
|
||||
```bash
|
||||
git clone https://git.ourworld.tf/herocode/rweb_starterkit
|
||||
git clone https://git.threefold.info/herocode/rweb_starterkit
|
||||
cd rweb_starterkit
|
||||
```
|
||||
|
||||
|
@ -44,7 +44,7 @@ hostbasket/
|
||||
|
||||
<h2>Getting Started</h2>
|
||||
<p>To get started with Hostbasket, check out the <a target="_blank"
|
||||
href="https://git.ourworld.tf/herocode/rweb_starterkit">GitHub repository</a>.</p>
|
||||
href="https://git.threefold.info/herocode/rweb_starterkit">GitHub repository</a>.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
2
start.sh
2
start.sh
@ -6,5 +6,5 @@ cd "$(dirname "$0")"
|
||||
export SECRET_KEY=1234
|
||||
export GITEA_CLIENT_ID=""
|
||||
export GITEA_CLIENT_SECRET=""
|
||||
export GITEA_INSTANCE_URL="https://git.ourworld.tf"
|
||||
export GITEA_INSTANCE_URL="https://git.threefold.info"
|
||||
cargo run
|
||||
|
@ -5,6 +5,6 @@ cd "$(dirname "$0")"
|
||||
|
||||
export GITEA_CLIENT_ID="9f409b35-6258-4ac3-8370-05adc187c1f5"
|
||||
export GITEA_CLIENT_SECRET="gto_4s77ae33m5ernlf2423wx6wjyyqatqoe567rym7fcu3sqmu5azea"
|
||||
export GITEA_INSTANCE_URL="https://git.ourworld.tf"
|
||||
export GITEA_INSTANCE_URL="https://git.threefold.info"
|
||||
export APP_URL="http://localhost:9999"
|
||||
cargo run
|
||||
|
Loading…
Reference in New Issue
Block a user