10 lines
308 B
Plaintext
10 lines
308 B
Plaintext
# Auth0 Configuration
|
|
AUTH0_SECRET=use-openssl-rand-hex-32-to-generate
|
|
AUTH0_DOMAIN=your-tenant.auth0.com
|
|
AUTH0_CLIENT_ID=your-client-id
|
|
AUTH0_CLIENT_SECRET=your-client-secret
|
|
APP_BASE_URL=https://your-domain.com
|
|
|
|
# Optional: Agent URL (defaults to http://localhost:8000/)
|
|
# AGENT_URL=http://localhost:8000/
|