This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ------------------------------- | |
# Basic Server Configuration | |
# ------------------------------- | |
PORT=8003 | |
TOOL_URL=https://your-app-public-url.com # Public URL of your app/tool | |
# ------------------------------- | |
# OAuth/OIDC Client Configuration | |
# ------------------------------- | |
OIDC_CLIENT_ID=10001 # Replace with your OIDC client ID |