-
Notifications
You must be signed in to change notification settings - Fork 163
/
config.yml
56 lines (56 loc) · 1.33 KB
/
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
server:
type: simple
applicationContextPath: /
connector:
type: http
port: 8080
swagger:
resourcePackage: com.olacabs.jackhammer.controllers
database:
driverClass: com.mysql.jdbc.Driver
user: jch
password: jch
url: jdbc:mysql://mysqldb:3306/jackhammer
logging:
level: INFO
jwtConfiguration:
tokenExpirationTime: 60 # Number of minutes
refreshTokenExpTime: 60 # Minutes
tokenSigningKey: fgcahblofbemojbccicfnnggf
tokenIssuer: jackhammer
scanManagerConfiguration:
threadPoolSize: 5 # 5 threads
initialDelay: 60 # 30 seconds delay on startup
period: 60 #seconds
alertMails:
wpScanAlerts: true
webScanAlerts: false
staticCodeScanAlerts: false
hardcodeSecretScanAlerts: false
networkScanAlerts: false
mobileScanAlerts: false
toolManagerConfiguration:
threadPoolSize: 5 # 5 threads
initialDelay: 60 # 30 seconds delay on startup
period: 60 #seconds
enableAutoScaling: true
gitConfiguration:
threadPoolSize: 5 # 5 threads
initialDelay: 0 # 0 days delay on startup
period: 1 #one day
internalUrl:
externalUrl:
marathonConfiguration:
endpoint: http://marathon:8080
jchAppId: orc/jch-auth
fileConfiguration:
targetDirectory: uploads
toolsDir: tools
fileLimitSize: 1
s3Configuration:
accessKey:
secretKey:
bucketName:
region:
clientConfiguration:
clientUrl: http://localhost:3004