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