-
Notifications
You must be signed in to change notification settings - Fork 8
/
seed.yaml
58 lines (50 loc) · 1.32 KB
/
seed.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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
# To create a development.yaml file, please replace xxx with actual values.
# Also remember to check the docker-compose file to update the relative url links.
# change "seed" to "development" or "production"
env: seed
url: http://localhost:8080
port: 8080
reset_password_timeout: 60
page_size: 10
tags_limit: 10
login_attempts_limit: 3
login_attempts_timeout: 900
email_from: MCCS
daily_email_schedule: "0 0 7 * * *"
balance_check_schedule: "0 0 * * * *"
concurrency_num: 3
receive_trade_contact_emails: false
receive_signup_notifications: false
transaction:
maxNegBal: 0
maxPosBal: 500
psql:
# change "localhost" to "postgres" when you are creating a development.yaml / production.yaml.
host: localhost
port: 5432
user: postgres
password:
db: mccs
mongo:
# change "localhost" to "mongo" when you are creating a development.yaml / production.yaml.
url: mongodb://localhost:27017
database: mccs
es:
# change "localhost" to "es01" when you are creating a development.yaml / production.yaml.
url: http://localhost:9200
jwt:
private_key: |
-----BEGIN RSA PRIVATE KEY-----
xxx
-----END RSA PRIVATE KEY-----
public_key: |
-----BEGIN PUBLIC KEY-----
xxx
-----END PUBLIC KEY-----
sendgrid:
key: xxx
sender_email: xxx
# Use reCAPTCHA v2, not v3
recaptcha:
site_key: xxx
secret_key: xxx