-
Notifications
You must be signed in to change notification settings - Fork 16
/
.settings.dev.toml
56 lines (47 loc) · 1.55 KB
/
.settings.dev.toml
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
44
45
46
47
48
49
50
51
52
53
54
55
56
[db]
uri = "postgres://rumba:rumba@127.0.0.1:5432/mdn"
supabase_uri = ""
[server]
host = "localhost"
port = 8000
[auth]
issuer_url = "https://accounts.stage.mozaws.net"
redirect_url = "http://localhost:8000/users/fxa/login/callback/"
scopes = "openid profile email profile:subscriptions"
auth_cookie_name = "auth-cookie"
login_cookie_name = "login-cookie"
auth_cookie_secure = false
client_id = "TEST_CLIENT_ID"
client_secret = "TEST_CLIENT_SECRET"
cookie_key = "DUwIFZuUYzRhHPlhOm6DwTHSDUSyR5SyvZHIeHdx4DIanxm5/GD/4dqXROLvn5vMofOYUq37HhhivjCyMCWP4w=="
admin_update_bearer_token = "TEST_TOKEN"
[application]
document_base_url = "https://developer.allizom.org"
notifications_update_base_url = "https://updates.developer.allizom.org/notifications"
bcd_updates_url = "https://updates.developer.allizom.org/rumba-bcd-updates/bcd-updates.json"
mdn_metadata_url = "https://developer.allizom.org/en-US/metadata.json"
subscriptions_limit_watched_items = 3
subscriptions_limit_collections = 5
encoded_id_salt = "saltymcsalt"
[search]
url = "http://localhost:9200"
cache_max_age = 86400
query_max_length = 200
[logging]
human_logs = true
[metrics]
statsd_label = "rumba"
statsd_port = 8125
[basket]
api_key = ""
basket_url = ""
[playground]
github_token = ""
crypt_key = ""
flag_repo = "flags"
[ai]
api_key = ""
limit_reset_duration_in_sec = 3600
history_deletion_period_in_sec = 15_778_476
trigger_error_for_search_term = "Please give me an error in the search phase of AI conversation"
trigger_error_for_chat_term = "Please give me an error in the chat phase of the AI conversation"