-
Notifications
You must be signed in to change notification settings - Fork 120
Expand file tree
/
Copy pathapplication.properties
More file actions
123 lines (96 loc) · 3.46 KB
/
Copy pathapplication.properties
File metadata and controls
123 lines (96 loc) · 3.46 KB
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
# Deploy profile
# prod : fosslight live
# stage : fosslight dev
# local : ?
spring.profiles.active=stage
server.port=8180
# View Configuration
# spring.mvc.view.prefix=/WEB-INF/
# spring.mvc.view.suffix=.jsp
spring.servlet.multipart.max-file-size=5000MB
spring.servlet.multipart.max-request-size=5000MB
server.servlet.session.timeout=10800s
server.max-http-header-size=2GB
spring.devtools.livereload.enabled=true
spring.devtools.restart.enabled=true
spring.thymeleaf.cache=false
spring.thymeleaf.prefix=classpath:/templates/
spring.thymeleaf.suffix=.html
spring.main.allow-bean-definition-overriding=true
spring.main.allow-circular-references=true
spring.messages.basename=messages
server.tomcat.max-http-form-post-size=-1
server.tomcat.max-swallow-size=-1
spring.cache.jcache.config=classpath:ehcache.xml
server.servlet.encoding.charset=UTF-8
spring.datasource.driver-class-name=org.mariadb.jdbc.Driver
spring.datasource.url=jdbc:mariadb://127.0.0.1:3306/fosslight
spring.datasource.username=fosslight
spring.datasource.password=fosslight
spring.datasource.type=com.zaxxer.hikari.HikariDataSource
spring.datasource.hikari.maximum-pool-size=20
spring.datasource.hikari.connection-test-query=SELECT 1
spring.datasource.hikari.connection-timeout=20000
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MySQLDialect
spring.jpa.properties.hibernate.id.new_generator_mappings=false
spring.jpa.properties.hibernate.format_sql=true
spring.jpa.open-in-view=false
mybatis.type-aliases-package=oss.fosslight.domain
mybatis.configuration.map-underscore-to-camel-case=true
logging.level.net.chndol.study.mybatissample.mapper=TRACE
logging.level.root=info
logging.level.org.apache.*=error
logging.level.sun.rmi.*=error
logging.level.org.quartz.*=error
logging.level.oss.fosslight.*=info
logging.path=./logs
logging.file=fosslight
logging.level.org.springframework=INFO
spring.banner.location=classpath:banner.txt
secret.key=\$2a\$10\$nSPm7WPvj6GsrJI9iuY6auKqauCd3bBjT86zZD6YFIyCg1ks9z2aW
token.secret.key=\$2a\$10\$3fTAdBgolJwCkDlHcIQyNe/9LMqlI81u.q52n5z9TxS8v0Kaa.6Uu
checkFlag=
nvd.nist.gov.api.key=0dc1b6f1-8d0c-454f-b4f8-be97c2327b3e
nvd.scheduled.cron.value=0 30 1 ? * SAT#1
root.dir=./service
upload.path=\${root.dir}/upload
packaging.path=\${upload.path}/packaging
selfcheck.packaging.path=\${upload.path}/selfcheck/packaging
export.template.path=\${root.dir}/template
notice.path=\${root.dir}/notice
reviewReport.path=\${root.dir}/reviewReport
internal.url.dir.path=/docx/license
verify.bin.path=\${root.dir}/verify
verify.home.path=\${root.dir}/verify
verify.output.path=\${verify.home.path}/output
verify.temp.output.path=\${verify.home.path}/_output
verify.decompress.path=\${verify.home.path}/decompression
verify.fosslight.binary.scanner.path=fosslight_binary
selfcheck.notice.path=\${root.dir}/selfcheck/notice
menu.dashboard.use.flag=Y
menu.statistics.use.flag=Y
menu.project.use.flag=Y
menu.partner.use.flag=Y
menu.binarydb.use.flag=Y
spdx.default.url=
external.service.useflag=N
external.service.github.token=
mail.smtp.useflag=N
mail.smtp.host=
mail.smtp.port=587
mail.smtp.email=
mail.smtp.username=
mail.smtp.password=
mail.smtp.encoding=UTF-8
smtp.default.bcc=
smtp.default.admin=
smtp.default.bat=
smtp.default.security=
# Admin Password cannot be changed flag
adminuser.lock.flag=Y
rest.template.connect-timeout=30000
rest.template.read-timeout=30000
rest.template.write-timeout=30000
project.version= ${version}
server.domain=https://demo.fosslight.org
osori.server.url=https://www.olis.or.kr