diff --git a/manage/blueprints.mdx b/manage/blueprints.mdx index af97b58..3fed6f0 100644 --- a/manage/blueprints.mdx +++ b/manage/blueprints.mdx @@ -189,7 +189,7 @@ services: volumes: - /var/run/docker.sock:/var/run/docker.sock environment: - - PANGOLIN_ENDPOINT=https://p.fosrl.io + - PANGOLIN_ENDPOINT=https://pangolin.fossorial.io - NEWT_ID=h1rbsgku89wf9z3 - NEWT_SECRET=z7g54mbcwkglpx1aau9gb8mzcccoof2fdbs97keoakg2pp5z - DOCKER_SOCKET=/var/run/docker.sock diff --git a/manage/sites/configure-site.mdx b/manage/sites/configure-site.mdx index 4a01e8a..1318166 100644 --- a/manage/sites/configure-site.mdx +++ b/manage/sites/configure-site.mdx @@ -264,7 +264,7 @@ services: container_name: newt restart: unless-stopped environment: - - PANGOLIN_ENDPOINT=https://example.com + - PANGOLIN_ENDPOINT=https://pangolin.fossorial.io - NEWT_ID=2ix2t8xk22ubpfy - NEWT_SECRET=nnisrfsdfc7prqsp9ewo1dvtvci50j5uiqotez00dgap0ii2 - HEALTH_FILE=/tmp/healthy @@ -281,7 +281,7 @@ services: command: - --id 31frd0uzbjvp721 - --secret h51mmlknrvrwv8s4r1i210azhumt6isgbpyavxodibx1k2d6 - - --endpoint https://example.com + - --endpoint https://pangolin.fossorial.io - --health-file /tmp/healthy ``` @@ -341,7 +341,7 @@ services: container_name: newt restart: unless-stopped environment: - - PANGOLIN_ENDPOINT=https://example.com + - PANGOLIN_ENDPOINT=https://pangolin.fossorial.io - NEWT_ID=2ix2t8xk22ubpfy - NEWT_SECRET=nnisrfsdfc7prqsp9ewo1dvtvci50j5uiqotez00dgap0ii2 - ACCEPT_CLIENTS=true @@ -364,7 +364,7 @@ services: volumes: - /var/run/docker.sock:/var/run/docker.sock:ro environment: - - PANGOLIN_ENDPOINT=https://example.com + - PANGOLIN_ENDPOINT=https://pangolin.fossorial.io - NEWT_ID=2ix2t8xk22ubpfy - NEWT_SECRET=nnisrfsdfc7prqsp9ewo1dvtvci50j5uiqotez00dgap0ii2 - DOCKER_SOCKET=/var/run/docker.sock @@ -449,7 +449,7 @@ services: container_name: newt restart: unless-stopped environment: - - PANGOLIN_ENDPOINT=https://example.com + - PANGOLIN_ENDPOINT=https://pangolin.fossorial.io - NEWT_ID=2ix2t8xk22ubpfy - NEWT_SECRET=nnisrfsdfc7prqsp9ewo1dvtvci50j5uiqotez00dgap0ii2 - TLS_CLIENT_CERT=./client.p12 diff --git a/manage/sites/install-site.mdx b/manage/sites/install-site.mdx index baa965e..d20813b 100644 --- a/manage/sites/install-site.mdx +++ b/manage/sites/install-site.mdx @@ -125,7 +125,7 @@ services: container_name: newt restart: unless-stopped environment: - - PANGOLIN_ENDPOINT=https://example.com + - PANGOLIN_ENDPOINT=https://pangolin.fossorial.io - NEWT_ID=2ix2t8xk22ubpfy - NEWT_SECRET=nnisrfsdfc7prqsp9ewo1dvtvci50j5uiqotez00dgap0ii2 ```