forked from bagofwords1/bagofwords
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbow-config.yaml
More file actions
43 lines (33 loc) · 854 Bytes
/
bow-config.yaml
File metadata and controls
43 lines (33 loc) · 854 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# Deployment Configuration
base_url: http://0.0.0.0:3000
# Feature Flags
features:
allow_uninvited_signups: false
allow_multiple_organizations: false
verify_emails: false
auth:
mode: "hybrid" # hybrid | local_only | sso_only
google_oauth:
enabled: false
# oidc_providers:
#- name: okta
# enabled: false
# issuer: https://YOUR_OKTA_DOMAIN.okta.com/oauth2/default
# client_id: ${BOW_OKTA_CLIENT_ID}
# client_secret: ${BOW_OKTA_CLIENT_SECRET}
# scopes: ["openid", "profile", "email"]
# pkce: true
# client_auth_method: basic
# discovery: true
# uid_claim: sub
# Optional overrides:
# redirect_path: /api/auth/okta/callback
# extra_authorize_params: { prompt: login }
# extra_token_params: {}
encryption_key: ${BOW_ENCRYPTION_KEY}
intercom:
enabled: true
telemetry:
enabled: true
# license:
# key: ${BOW_LICENSE_KEY}