Skip to content

Commit e998822

Browse files
authored
Merge pull request #22 from Dstack-TEE/dstack-org
Replace kvin.wang with dstack.org
2 parents 7dbda41 + bfc9c91 commit e998822

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ require_config() {
5050

5151
cat <<EOF >build-config.sh.tpl
5252
# DNS domain of kms rpc and dstack-gateway rpc
53-
# *.1022.kvin.wang resolves to 10.0.2.2 which is the IP of the host system
53+
# *.1022.dstack.org resolves to 10.0.2.2 which is the IP of the host system
5454
# from CVMs point of view
55-
KMS_DOMAIN=kms.1022.kvin.wang
56-
GATEWAY_DOMAIN=gateway.1022.kvin.wang
55+
KMS_DOMAIN=kms.1022.dstack.org
56+
GATEWAY_DOMAIN=gateway.1022.dstack.org
5757
5858
# CIDs allocated to VMs start from this number of type unsigned int32
5959
VMM_CID_POOL_START=$CID_POOL_START
@@ -80,7 +80,7 @@ GATEWAY_KEY=$CERBOT_WORKDIR/live/key.pem
8080
8181
BIND_PUBLIC_IP=0.0.0.0
8282
83-
GATEWAY_PUBLIC_DOMAIN=app.kvin.wang
83+
GATEWAY_PUBLIC_DOMAIN=<your domain for zt-https>
8484
8585
# for certbot
8686
CERTBOT_ENABLED=false

0 commit comments

Comments
 (0)