something is kinda working
This commit is contained in:
9
web/.env.example
Normal file
9
web/.env.example
Normal file
@@ -0,0 +1,9 @@
|
||||
# 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/
|
||||
Reference in New Issue
Block a user