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
16
.env.example
16
.env.example
|
|
@ -2,11 +2,19 @@
|
|||
# ------------------------------------------------------------
|
||||
MONGODB_CONNECTION_STRING=mongodb://127.0.0.1:27017/rowboat
|
||||
OPENAI_API_KEY=<OPENAI_API_KEY>
|
||||
AUTH0_SECRET=<AUTH0_SECRET>
|
||||
|
||||
|
||||
# Uncomment to enable auth using Auth0
|
||||
# ------------------------------------------------------------
|
||||
# USE_AUTH=true
|
||||
|
||||
# Even though auth is disabled by default, these test values are needed for the auth0 imports
|
||||
# --------------------------------------------------------------------------------------------
|
||||
AUTH0_SECRET=test_secret
|
||||
AUTH0_BASE_URL=http://localhost:3000
|
||||
AUTH0_ISSUER_BASE_URL=<AUTH0_ISSUER_BASE_URL>
|
||||
AUTH0_CLIENT_ID=<AUTH0_CLIENT_ID>
|
||||
AUTH0_CLIENT_SECRET=<AUTH0_CLIENT_SECRET>
|
||||
AUTH0_ISSUER_BASE_URL=https://test.com
|
||||
AUTH0_CLIENT_ID=test
|
||||
AUTH0_CLIENT_SECRET=test
|
||||
|
||||
# Uncomment to enable RAG:
|
||||
# ------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue