-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.yaml.dist
36 lines (30 loc) · 988 Bytes
/
config.yaml.dist
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
secret_key: "super_secret_key_change_me"
initial_admin_password: "change_me_too"
initial_admin_email: "[email protected]"
app_name: "norman"
debug: true
api_version: "v1"
api_prefix: "/api"
# Connectors
telegram_token: "your_telegram_token"
telegram_chat_id: "your_telegram_chat_id"
slack_token: "your_slack_token"
slack_channel_id: "your_slack_channel_id"
google_chat_service_account_key_path: "your_google_chat_service_account_key_path"
google_chat_space: "your_google_chat_space"
discord_token: "your_discord_token"
discord_channel_id: "your_discord_channel_id"
teams_app_id: "your_teams_app_id"
teams_app_password: "your_teams_app_password"
teams_tenant_id: "your_teams_tenant_id"
teams_bot_endpoint: "your_teams_bot_endpoint"
webhook_secret: "your_webhook_secret"
openai_api_key:
# Database
database_url: "sqlite:///./db/norman.db"
# Server
host: "0.0.0.0"
port: 8000
# how long before a session should close from the web ui
access_token_expire_minutes: 1440
algorithm: HS256