From 50fbfdc262bafa1b1db43d09a3545993901f2d91 Mon Sep 17 00:00:00 2001 From: Owen Date: Mon, 16 Feb 2026 17:54:19 -0800 Subject: [PATCH] Update example domain --- .env.example | 2 +- docker-compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.example b/.env.example index 0697458..7715a30 100644 --- a/.env.example +++ b/.env.example @@ -1,5 +1,5 @@ # Copy this file to .env and fill in your values # Required for connecting to Pangolin service -PANGOLIN_ENDPOINT=https://example.com +PANGOLIN_ENDPOINT=https://app.pangolin.net NEWT_ID=changeme-id NEWT_SECRET=changeme-secret \ No newline at end of file diff --git a/docker-compose.yml b/docker-compose.yml index 86f4ca1..b11082b 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -4,7 +4,7 @@ services: container_name: newt restart: unless-stopped environment: - - PANGOLIN_ENDPOINT=https://example.com + - PANGOLIN_ENDPOINT=https://app.pangolin.net - NEWT_ID=2ix2t8xk22ubpfy - NEWT_SECRET=nnisrfsdfc7prqsp9ewo1dvtvci50j5uiqotez00dgap0ii2 - LOG_LEVEL=DEBUG \ No newline at end of file