application.properties 11.5 KB
Newer Older
M
MaxKey 已提交
1
############################################################################
M
MaxKey 已提交
2 3 4 5 6 7 8 9 10 11 12 13 14 15
#  Copyright [2021] [MaxKey of copyright http://www.maxkey.top]
#  
#  Licensed under the Apache License, Version 2.0 (the "License");
#  you may not use this file except in compliance with the License.
#  You may obtain a copy of the License at
#  
#      http://www.apache.org/licenses/LICENSE-2.0
#  
#  Unless required by applicable law or agreed to in writing, software
#  distributed under the License is distributed on an "AS IS" BASIS,
#  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
#  See the License for the specific language governing permissions and
#  limitations under the License.
############################################################################
M
MaxKey 已提交
16 17
#MaxKey Title and Version                                                  #
############################################################################
MaxKey单点登录官方's avatar
MaxKey单点登录官方 已提交
18 19
application.title=MaxKey
application.name=MaxKey-Mgt
M
MaxKey 已提交
20
application.formatted-version=v2.8.2 GA
M
MaxKey 已提交
21 22 23 24

############################################################################
#MaxKey Server  configuration                                              #
############################################################################
MaxKey单点登录官方's avatar
MaxKey单点登录官方 已提交
25
#server port
M
MaxKey 已提交
26
server.port=9527
MaxKey单点登录官方's avatar
MaxKey单点登录官方 已提交
27 28
#web app context path
server.servlet.context-path=/maxkey-mgt
MaxKey单点登录官方's avatar
MaxKey单点登录官方 已提交
29 30 31 32 33 34
spring.servlet.multipart.enabled=true
spring.servlet.multipart.max-file-size=4194304
#server.servlet.encoding.charset.from=
#server.servlet.encoding.charset=
#server.servlet.encoding.enabled=
#server.servlet.encoding.force=
M
MaxKey 已提交
35 36

############################################################################
M
MaxKey 已提交
37 38 39 40 41
#database configuration 
#   supported database
#       mysql
#       highgo
#       postgresql
M
MaxKey 已提交
42
############################################################################
M
MaxKey 已提交
43 44
spring.datasource.type=com.alibaba.druid.pool.DruidDataSource
#mysql
MaxKey单点登录官方's avatar
MaxKey单点登录官方 已提交
45
spring.datasource.username=root
MaxKey单点登录官方's avatar
maxkey  
MaxKey单点登录官方 已提交
46
spring.datasource.password=maxkey
MaxKey单点登录官方's avatar
MaxKey单点登录官方 已提交
47
spring.datasource.url=jdbc:mysql://localhost/maxkey?autoReconnect=true&characterEncoding=UTF-8&serverTimezone=UTC
MaxKey单点登录官方's avatar
MaxKey单点登录官方 已提交
48
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
M
MaxKey 已提交
49 50 51 52 53 54 55 56 57 58 59
#highgo
#spring.datasource.username=highgo
#spring.datasource.password=High@123
#spring.datasource.url=jdbc:highgo://192.168.56.107:5866/highgo?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
#spring.datasource.driver-class-name=com.highgo.jdbc.Driver
#postgresql
#spring.datasource.username=root
#spring.datasource.password=maxkey!
#spring.datasource.url=jdbc:postgresql://localhost/maxkey?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
#spring.datasource.driver-class-name=org.postgresql.Driver

MaxKey单点登录官方's avatar
MaxKey单点登录官方 已提交
60
#mybatis
M
MaxKey 已提交
61
mybatis.dialect=mysql
M
MaxKey 已提交
62
mybatis.type-aliases-package=org.maxkey.entity,org.maxkey.entity.apps,
M
MaxKey 已提交
63
mybatis.mapper-locations=classpath*:/org/maxkey/persistence/mapper/xml/${mybatis.dialect}/*.xml
M
MaxKey 已提交
64 65
mybatis.table-column-snowflake-datacenter-id=1
mybatis.table-column-snowflake-machine-id=1
M
MaxKey 已提交
66 67
mybatis.table-column-escape=false
mybatis.table-column-case=lowercase
M
MaxKey 已提交
68 69 70 71

############################################################################
#redis server  configuration                                               #
############################################################################
M
MaxKey 已提交
72 73 74 75 76 77 78 79
#spring.redis.host=127.0.0.1
#spring.redis.port=6379
#spring.redis.password=password
#spring.redis.timeout=10000
#spring.redis.jedis.pool.max-wait=1000
#spring.redis.jedis.pool.max-idle=200
#spring.redis.lettuce.pool.max-active=-1
#spring.redis.lettuce.pool.min-idle=0
80

M
MaxKey 已提交
81 82 83
############################################################################
#mail configuration                                                        #
############################################################################
M
MaxKey 已提交
84 85 86 87 88 89 90 91 92
#spring.mail.default-encoding=utf-8
#spring.mail.host=smtp.163.com
#spring.mail.port=465
#spring.mail.username=maxkey@163.com
#spring.mail.password=password
#spring.mail.protocol=smtp
#spring.mail.properties.ssl=true
#spring.mail.properties.sender=maxkey@163.com

M
MaxKey 已提交
93 94 95
############################################################################
#freemarker configuration                                                  #
############################################################################
MaxKey单点登录官方's avatar
MaxKey单点登录官方 已提交
96 97 98 99 100 101 102 103 104
spring.freemarker.template-loader-path=classpath:/templates/views
spring.freemarker.cache=false
spring.freemarker.charset=UTF-8
spring.freemarker.check-template-location=true
spring.freemarker.content-type=text/html
spring.freemarker.expose-request-attributes=false
spring.freemarker.expose-session-attributes=false
spring.freemarker.request-context-attribute=request
spring.freemarker.suffix=.ftl
MaxKey单点登录官方's avatar
MaxKey单点登录官方 已提交
105
#spring.freemarker.settings.classic_compatible=true
MaxKey单点登录官方's avatar
MaxKey单点登录官方 已提交
106

M
MaxKey 已提交
107 108 109
############################################################################
#static resources configuration                                            #
############################################################################
MaxKey单点登录官方's avatar
MaxKey单点登录官方 已提交
110
spring.mvc.static-path-pattern=/static/**
MaxKey单点登录官方's avatar
MaxKey单点登录官方 已提交
111 112
spring.messages.basename=classpath:messages/message
spring.messages.encoding=UTF-8
M
MaxKey 已提交
113 114 115 116

############################################################################
#Main.banner-mode configuration                                            #
############################################################################
MaxKey单点登录官方's avatar
MaxKey单点登录官方 已提交
117
spring.main.banner-mode=log
118
spring.main.allow-bean-definition-overriding=true
M
MaxKey 已提交
119 120 121 122 123

############################################################################
#Spring Session  configuration                                             #
############################################################################
#Session store type.
124
spring.session.store-type=none
125 126 127 128 129 130 131
#spring.session.store-type=redis
# Session timeout. If a duration suffix is not specified, seconds is used.
#server.servlet.session.timeout=1800
# Sessions flush mode.
#spring.session.redis.flush-mode=on_save 
# Namespace for keys used to store sessions.
#spring.session.redis.namespace=spring:session 
M
MaxKey 已提交
132 133 134 135

############################################################################
#Kafka for connectors configuration                                        #
############################################################################
136
spring.kafka.bootstrap-servers=localhost:9092
MaxKey单点登录官方's avatar
MaxKey单点登录官方 已提交
137 138
###########\u3010\u521d\u59cb\u5316\u751f\u4ea7\u8005\u914d\u7f6e\u3011###########
# \u91cd\u8bd5\u6b21\u6570
139
spring.kafka.producer.retries=0
MaxKey单点登录官方's avatar
MaxKey单点登录官方 已提交
140
# \u5e94\u7b54\u7ea7\u522b:\u591a\u5c11\u4e2a\u5206\u533a\u526f\u672c\u5907\u4efd\u5b8c\u6210\u65f6\u5411\u751f\u4ea7\u8005\u53d1\u9001ack\u786e\u8ba4(\u53ef\u90090\u30011\u3001all/-1)
141
spring.kafka.producer.acks=1
MaxKey单点登录官方's avatar
MaxKey单点登录官方 已提交
142
# \u6279\u91cf\u5927\u5c0f
143
spring.kafka.producer.batch-size=16384
MaxKey单点登录官方's avatar
MaxKey单点登录官方 已提交
144
# \u63d0\u4ea4\u5ef6\u65f6
145
spring.kafka.producer.properties.linger.ms=0
MaxKey单点登录官方's avatar
MaxKey单点登录官方 已提交
146 147
# \u5f53\u751f\u4ea7\u7aef\u79ef\u7d2f\u7684\u6d88\u606f\u8fbe\u5230batch-size\u6216\u63a5\u6536\u5230\u6d88\u606flinger.ms\u540e,\u751f\u4ea7\u8005\u5c31\u4f1a\u5c06\u6d88\u606f\u63d0\u4ea4\u7ed9kafka
# linger.ms\u4e3a0\u8868\u793a\u6bcf\u63a5\u6536\u5230\u4e00\u6761\u6d88\u606f\u5c31\u63d0\u4ea4\u7ed9kafka,\u8fd9\u65f6\u5019batch-size\u5176\u5b9e\u5c31\u6ca1\u7528\u4e86
148

MaxKey单点登录官方's avatar
MaxKey单点登录官方 已提交
149
# \u751f\u4ea7\u7aef\u7f13\u51b2\u533a\u5927\u5c0f
150
spring.kafka.producer.buffer-memory = 33554432
MaxKey单点登录官方's avatar
MaxKey单点登录官方 已提交
151
# Kafka\u63d0\u4f9b\u7684\u5e8f\u5217\u5316\u548c\u53cd\u5e8f\u5217\u5316\u7c7b
152 153
spring.kafka.producer.key-serializer=org.apache.kafka.common.serialization.StringSerializer
spring.kafka.producer.value-serializer=org.apache.kafka.common.serialization.StringSerializer
MaxKey单点登录官方's avatar
MaxKey单点登录官方 已提交
154
# \u81ea\u5b9a\u4e49\u5206\u533a\u5668
M
MaxKey 已提交
155 156
# spring.kafka.producer.properties.partitioner.class=com.felix.kafka.producer.CustomizePartitioner

M
MaxKey 已提交
157 158 159
############################################################################
#Management endpoints configuration                                        #
############################################################################
M
MaxKey 已提交
160 161 162 163 164 165 166
#management.server.port=9522
#management.server.servlet.context-path=/maxkey-mgt-actuate
#management.endpoints.enabled-by-default=false
management.security.enabled=false
#management.endpoints.jmx.exposure.include=health,info
management.endpoints.web.exposure.include=metrics,health,info,env,beans

M
MaxKey 已提交
167
############################################################################
M
MaxKey 已提交
168 169
#domain name configuration                                                 #
############################################################################
M
MaxKey 已提交
170 171 172 173
maxkey.server.scheme=http
maxkey.server.basedomain=maxkey.top
maxkey.server.domain=sso.${maxkey.server.basedomain}
maxkey.server.name=${maxkey.server.scheme}://${maxkey.server.domain}
M
MaxKey 已提交
174
maxkey.server.uri=${maxkey.server.name}:9527/maxkey-mgt
M
MaxKey 已提交
175 176 177 178 179 180
#default.uri
maxkey.server.default.uri=${maxkey.server.uri}/main
maxkey.maxkey.uri=https://${maxkey.server.domain}/maxkey
#InMemory 0 , Redis 2 
maxkey.server.persistence=0
#identity
M
MaxKey 已提交
181
maxkey.identity.kafkasupport=false
M
MaxKey 已提交
182 183 184

############################################################################
#Login configuration                                                       #
M
MaxKey 已提交
185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204
############################################################################
#enable captcha
maxkey.login.captcha=true
#text or arithmetic
maxkey.login.captcha.type=text
#enable two factor,use one time password
maxkey.login.mfa=false
#enable social sign on
maxkey.login.socialsignon=false
#Enable kerberos/SPNEGO
maxkey.login.kerberos=false
#wsFederation
maxkey.login.wsfederation=false
#remeberme
maxkey.login.remeberme=false
#validity
maxkey.login.remeberme.validity=0
#default.uri
#to appList page
maxkey.login.default.uri=appList
M
MaxKey 已提交
205
#ipaddress whitelist
M
MaxKey 已提交
206
maxkey.ipaddress.whitelist=false
M
MaxKey 已提交
207 208 209 210

#############################################################################
#SAML V2.0 configuration                                                    #
#############################################################################
M
MaxKey 已提交
211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230
#			saml common
maxkey.saml.v20.max.parser.pool.size=2
maxkey.saml.v20.assertion.validity.time.ins.seconds=90
maxkey.saml.v20.replay.cache.life.in.millis=14400000
maxkey.saml.v20.issue.instant.check.clock.skew.in.seconds=90
maxkey.saml.v20.issue.instant.check.validity.time.in.seconds=300
#saml idp keystore
maxkey.saml.v20.idp.keystore.password=maxkey
maxkey.saml.v20.idp.keystore.private.key.password=maxkey
maxkey.saml.v20.idp.keystore=classpath\:config/samlServerKeystore.jks
#keystore id for sec
maxkey.saml.v20.idp.issuing.entity.id=maxkey.top
maxkey.saml.v20.idp.issuer=https://sso.maxkey.top/maxkey/saml
maxkey.saml.v20.idp.receiver.endpoint=https\://sso.maxkey.top/
#saml sp keystore
maxkey.saml.v20.sp.keystore.password=maxkey
maxkey.saml.v20.sp.keystore.private.key.password=maxkey
maxkey.saml.v20.sp.keystore=classpath\:config/samlClientKeystore.jks
maxkey.saml.v20.sp.issuing.entity.id=client.maxkey.org

M
MaxKey 已提交
231 232 233
#############################################################################
#OIDC V1.0 METADATA configuration                                           #
#############################################################################
M
MaxKey 已提交
234
maxkey.oidc.metadata.issuer=https://${maxkey.server.domain}/maxkey
M
MaxKey 已提交
235 236
maxkey.oidc.metadata.authorizationEndpoint=${maxkey.server.name}/maxkey/authz/oauth/v20/authorize
maxkey.oidc.metadata.tokenEndpoint=${maxkey.server.name}/maxkey/authz/oauth/v20/token
M
MaxKey 已提交
237
maxkey.oidc.metadata.userinfoEndpoint=${maxkey.server.name}/maxkey/api/connect/userinfo
M
MaxKey 已提交
238

M
MaxKey 已提交
239
#############################################################################
M
MaxKey 已提交
240 241 242 243 244
#Job Scheduler                                                              #
#############################################################################
#one hour for refresh dynamic groups  
maxkey.job.cron.dynamicgroups=0 0 0/1 * * ?