-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.env-sample
More file actions
29 lines (21 loc) · 713 Bytes
/
.env-sample
File metadata and controls
29 lines (21 loc) · 713 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Copy to docker-compose/.env and set values.
# Keycloak
KEYCLOAK_USER=admin
KEYCLOAK_PASSWORD=admin
# Keycloak host (local default).
KEYCLOAK_URL=localhost
# Postgres for Keycloak.
POSTGRES_USER=keycloak
POSTGRES_PASSWORD=change-me
# App auth (OIDC)
KEYCLOAK_AUTHORITY=http://localhost:8080/realms/notebookmark
KEYCLOAK_CLIENT_ID=notebookmark
KEYCLOAK_CLIENT_SECRET=replace-with-client-secret
# Optional
# Keycloak__RequireHttpsMetadata=false
# AI
REKA_API_KEY=replace-with-reka-api-key
# Storage
NB_STORAGE_OUTPUTS_TABLEENDPOINT=https://your-storage-account.table.core.windows.net/
NB_STORAGE_OUTPUTS_BLOBENDPOINT=https://your-storage-account.blob.core.windows.net/
# Do not commit docker-compose/.env.