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

Former-commit-id: bd55269b39131a111c5070c763bf9d1718b1f2f0
This commit is contained in:
Marc Schäfer
2025-10-07 12:37:16 +02:00
parent f859430fcd
commit 06963e01fc
3 changed files with 14 additions and 1 deletions
+5
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