mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-04-25 00:16:29 +02:00
make auth optional
This commit is contained in:
parent
4b3395ea3a
commit
861bae11a6
9 changed files with 73 additions and 27 deletions
|
|
@ -10,6 +10,7 @@ services:
|
|||
environment:
|
||||
- OPENAI_API_KEY=${OPENAI_API_KEY}
|
||||
- MONGODB_CONNECTION_STRING=${MONGODB_CONNECTION_STRING}
|
||||
- USE_AUTH=${USE_AUTH}
|
||||
- AUTH0_SECRET=${AUTH0_SECRET}
|
||||
- AUTH0_BASE_URL=${AUTH0_BASE_URL}
|
||||
- AUTH0_ISSUER_BASE_URL=${AUTH0_ISSUER_BASE_URL}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue