sample env
This commit is contained in:
parent
23870f485d
commit
561af1adf2
1 changed files with 8 additions and 0 deletions
8
.env.sample
Normal file
8
.env.sample
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
# auth0 credentials
|
||||
AUTH0_SECRET=your_auth0_secret
|
||||
APP_BASE_URL=http://localhost:3000
|
||||
AUTH0_DOMAIN=your_auth0_domain
|
||||
AUTH0_ISSUER_BASE_URL=your_auth0_issuer_base_url
|
||||
AUTH0_CLIENT_ID=your_auth0_client_id
|
||||
AUTH0_CLIENT_SECRET=your_auth0_client_secret
|
||||
SEARXNG_API_URL=http://localhost:8080
|
||||
Loading…
Add table
Add a link
Reference in a new issue