-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdevelopment.yml
More file actions
53 lines (42 loc) · 816 Bytes
/
development.yml
File metadata and controls
53 lines (42 loc) · 816 Bytes
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
app:
name: events
host: 0.0.0.0
db:
host: db
port: 5432
database: events
user: postgres
password: postgres
minio:
endpoint: minio:9000
username: minio
password: miniominio
bucket: events
secure: false
storage:
provider: minio
auth:
client: tomtest
secret: blargh
callback_url: http://localhost:4000/api/auth/callback/zauth
redirect_url: http://localhost:3000
mail:
deadline_s: 0
website:
events_s: 86400 # 1 day
boards_s: 86400 # 1 day
dsa:
deadline_s: 259200 # 3 days
syncronize_s: 86400 # 1 day
announcement:
channel: # Not used in development
deadline_s: 172800 # 2 days
check:
channel: # Not used in development
sync_s: 3600 # 1 hour
task:
channel: # Not used in development
poster:
sync_s: 86400 # 1 day
big_deadline_s: 0
scc_deadline_s: 0