mirror of
https://github.com/fosrl/newt.git
synced 2026-02-27 15:26:42 +00:00
Update example domain
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
# Copy this file to .env and fill in your values
|
# Copy this file to .env and fill in your values
|
||||||
# Required for connecting to Pangolin service
|
# Required for connecting to Pangolin service
|
||||||
PANGOLIN_ENDPOINT=https://example.com
|
PANGOLIN_ENDPOINT=https://app.pangolin.net
|
||||||
NEWT_ID=changeme-id
|
NEWT_ID=changeme-id
|
||||||
NEWT_SECRET=changeme-secret
|
NEWT_SECRET=changeme-secret
|
||||||
@@ -4,7 +4,7 @@ services:
|
|||||||
container_name: newt
|
container_name: newt
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
- PANGOLIN_ENDPOINT=https://example.com
|
- PANGOLIN_ENDPOINT=https://app.pangolin.net
|
||||||
- NEWT_ID=2ix2t8xk22ubpfy
|
- NEWT_ID=2ix2t8xk22ubpfy
|
||||||
- NEWT_SECRET=nnisrfsdfc7prqsp9ewo1dvtvci50j5uiqotez00dgap0ii2
|
- NEWT_SECRET=nnisrfsdfc7prqsp9ewo1dvtvci50j5uiqotez00dgap0ii2
|
||||||
- LOG_LEVEL=DEBUG
|
- LOG_LEVEL=DEBUG
|
||||||
Reference in New Issue
Block a user