-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
22 lines (19 loc) · 1022 Bytes
/
Copy path.env.example
File metadata and controls
22 lines (19 loc) · 1022 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# App
# Local development can use ./data. Docker uses /app/data through docker-compose.
# For a production Docker Compose .env, omit DATA_DIR and DATABASE_URL.
DATA_DIR=./data
DATABASE_URL=file:./data/the-collection.db
# Public URL used to build Authentik callback URLs.
# Use your deployed HTTPS URL in production, for example https://collection.example.com.
APP_URL=http://127.0.0.1:3000
# Owner login through Authentik OIDC
AUTHENTIK_ISSUER=https://auth.example.com/application/o/the-collection/
AUTHENTIK_CLIENT_ID=replace-with-authentik-client-id
AUTHENTIK_CLIENT_SECRET=replace-with-authentik-client-secret
AUTHENTIK_ADMIN_EMAIL=nathan@autonate.dev
# Optional. Defaults to APP_URL + /admin/auth/callback.
# AUTHENTIK_REDIRECT_URI=http://127.0.0.1:3000/admin/auth/callback
SESSION_SECRET=replace-with-at-least-32-random-characters-from-openssl-rand-base64-48
# AI suggestions
# Used by the admin form to suggest a description, category, and tags from a tool URL.
OPENROUTER_API_KEY=replace-with-openrouter-api-key