-
Notifications
You must be signed in to change notification settings - Fork 30
/
production.yml
40 lines (39 loc) · 993 Bytes
/
production.yml
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
setup:
codecov_url: https://codecov.io
debug: no
loglvl: INFO
encryption_secret: "zp^P9*i8aR3"
media:
assets: https://codecov-cdn.storage.googleapis.com/4.4.4-fd6aa1e
dependancies: https://codecov-cdn.storage.googleapis.com/4.4.4-fd6aa1e
http:
force_https: yes
cookie_secret: Z1353^dggqdbc,kp0)661
timeouts:
connect: 10
receive: 15
tasks:
celery:
soft_timelimit: 200
hard_timelimit: 240
upload:
queue: uploads
cache:
yaml: 600 # 10 minutes
tree: 600 # 10 minutes
diff: 300 # 5 minutes
chunks: 300 # 5 minutes
uploads: 86400 # 1 day
services:
redis_url: redis://redis:@localhost:6379/
database:
username: postgres
name: postgres
password: postgres
host: localhost
minio:
hash_key: testixik8qdauiab1yiffydimvi72ekq # never change this
periodic_callback_ms: false
access_key_id: codecov-default-key
secret_access_key: codecov-default-secret
verify_ssl: false