-
Notifications
You must be signed in to change notification settings - Fork 6
/
example-config.yml
59 lines (50 loc) · 1.58 KB
/
example-config.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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
# ------------------------------------------------------------------------------
# This is an example configuration file for the tfb-status application.
#
# To create your own configuration file, start by copying this file and then
# modify whatever settings you want. The structure of configuration files is
# defined by the following class:
#
# src/main/java/tfb/status/config/ApplicationConfig.java
#
# Refer to that class for documentation about each of the available
# configuration settings.
#
# To run the tfb-status application with a custom configuration file, the first
# command-line argument for the application must be the path to that
# configuration file.
# ------------------------------------------------------------------------------
#http:
# host: "0.0.0.0"
# port: 80
# gracefulShutdownTimeoutMillis: 2000
# forcefulShutdownTimeoutMillis: 1000
# keyStore:
# path: src/test/resources/localhost.jks
# password: password
#assets:
# mode: FILE_SYSTEM
#mustache:
# mode: FILE_SYSTEM
#fileStore:
# root: managed_files
#email:
# host: mail.techempower.com
# port: 25
# username: [email protected]
# password: fake_password
# from: [email protected]
# to: [email protected]
#runProgressMonitor:
# environmentTimeoutSeconds: 21600
# maxEnvironments: 5
#runCompleteMailer:
# minSecondsBetweenEmails: 86400
#share:
# minSecondsBetweenEmails: 86400
# maxDirectorySizeInBytes: 1000000000
# maxFileSizeInBytes: 5000000
# tfbStatusOrigin: https://tfb-status.techempower.com
# tfbWebsiteOrigin: https://www.techempower.com
#healthCheck:
# intervalSeconds: 30