mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-04-25 00:16:29 +02:00
fix auth0 params
This commit is contained in:
parent
111c110af8
commit
bb748fe505
1 changed files with 5 additions and 5 deletions
|
|
@ -11,11 +11,11 @@ services:
|
|||
- OPENAI_API_KEY=${OPENAI_API_KEY}
|
||||
- MONGODB_CONNECTION_STRING=mongodb://mongo:27017/rowboat
|
||||
- USE_AUTH=${USE_AUTH}
|
||||
- AUTH0_SECRET="test"
|
||||
- AUTH0_BASE_URL="http://localhost:3000"
|
||||
- AUTH0_ISSUER_BASE_URL="http://localhost:3000"
|
||||
- AUTH0_CLIENT_ID="test"
|
||||
- AUTH0_CLIENT_SECRET="test"
|
||||
- AUTH0_SECRET=test_secret
|
||||
- AUTH0_BASE_URL=http://localhost:3000
|
||||
- AUTH0_ISSUER_BASE_URL=https://test.com
|
||||
- AUTH0_CLIENT_ID=test
|
||||
- AUTH0_CLIENT_SECRET=test
|
||||
- AGENTS_API_URL=http://rowboat_agents:3001
|
||||
- AGENTS_API_KEY=${AGENTS_API_KEY}
|
||||
- COPILOT_API_URL=http://copilot:3002
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue