feat: Add .env.example file and update docker-compose to use environment variables

This commit is contained in:
Marc Schäfer
2025-10-07 12:37:16 +02:00
parent 3e9c74a65b
commit bd55269b39
3 changed files with 14 additions and 1 deletions

5
.env.example Normal file
View File

@@ -0,0 +1,5 @@
# Copy this file to .env and fill in your values
# Required for connecting to Pangolin service
PANGOLIN_ENDPOINT=https://example.com
NEWT_ID=changeme-id
NEWT_SECRET=changeme-secret