-
-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathconfig.seed.example.yaml
42 lines (42 loc) · 1.24 KB
/
config.seed.example.yaml
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
services:
- name: service-aletheia
conf:
web_url: https://test.aletheiafact.org
smtp_host: {env(SMTP_CLIENT_HOST)}
smtp_port: {env(SMTP_CLIENT_PORT)}
smtp_secure: true
smtp_email_user: {env(SMTP_EMAIL_USER)}
db:
connection_uri: MONGODB_URI
options:
useUnifiedTopology: true
useNewUrlParser: true
retryWrites: true
w: majority
users:
- name: Test User
email: [email protected]
password: TEST_USER_PASS
sendAuthDetails: false
isTestUser: true
# Uncomment next line and provide Id if user already exists in Ory
# oryId:
throttle:
ttl: 60
limit: 1000
authentication_type: ory
ory:
url: ORY_SDK_URL
admin_url: ORY_SDK_URL
# Use "admin" as the endpoint when running locally.
# When using the cloud, the endpoint should be "api/kratos/admin".
admin_endpoint:
access_token: ORY_ACCESS_TOKEN
schema_id: ALETHEIA_SCHEMA_ID
novu: # Notifications provider
api_key: NOVU_API_KEY
openai:
api_key: OPENAI_API_KEY
zenvia:
api_url: ZENVIA_API_URL
api_token: ZENVIA_API_TOKEN