-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapplication.properties
51 lines (38 loc) · 1.92 KB
/
application.properties
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
spring.jpa.database = mysql
spring.datasource.url = jdbc:mysql://localhost:3306/mysql?useUnicode=true&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=UTC&useSSL=false&allowPublicKeyRetrieval=true&sessionVariables=sql_mode='NO_ENGINE_SUBSTITUTION'&jdbcCompliantTruncation=false
spring.datasource.username = root
spring.datasource.password = root
spring.datasource.driverClassName = com.mysql.jdbc.Driver
spring.jpa.database-platform = org.hibernate.dialect.MySQL5InnoDBDialect
spring.jpa.properties.hibernate.dialect = org.hibernate.dialect.MySQL5InnoDBDialect
spring.jpa.hibernate.ddl-auto = create-drop
spring.jpa.properties.hibernate.show_sql = false
spring.datasource.initialization-mode = always
spring.jpa.properties.hibernate.format_sql=true
spring.jpa.hibernate.naming-strategy = org.hibernate.cfg.DefaultComponentSafeNamingStrategy
spring.task.execution.pool.core-size = 100
spring.task.execution.pool.max-size = 100
spring.task.execution.pool.queue-capacity = 10
config.corePoolSize = 100
config.maxPoolSize = 100
management.endpoints.web.cors.allowed-origins=http://localhost:3000
management.endpoints.web.cors.allowed-methods=GET
server.ip = localhost
server.port = 4060
scanner.scheduler.cron=*\0 * * * * *
virus-total.API_KEY = <VirusTotal_APT_KEY>
virus-total.VT_URL = https://www.virustotal.com/api/v3/files/
MalShare.API_KEY = <MalShare_APT_KEY>
MalShare.URL = https://malshare.com/api.php
yara.pythonCommand = python,python3,py
yara.blacklist = webshells,malware,packers,maldocs,exploit_kits,email,cve_rules,antidebug_antivm
yara.maxYaraFoundHit = 3
analyzer.waitForDbRepoSleep = 5
analyzer.suspiciousVirusCountLimit = 1
analyzer.virusCountLimit = 2
file.hashAlgorithm = MD5
logger.extension = .log
logger.dateFormat = hh:mm:ss.SSS
logger.initStringCapacity = 100
ScannerAnalyzerInitializer.waitBeforeStartAnalyze = 50
Scanning.notSetInitDirectoryPath = null