web
This commit is contained in:
@@ -0,0 +1,71 @@
|
||||
############################################################################
|
||||
# MaxKey
|
||||
############################################################################
|
||||
# DataBase configuration
|
||||
############################################################################
|
||||
#db2,derby,mysql,oracle,postgresql,sqlserver at com.connsec.db.mybatis.dialect.Dialect
|
||||
config.datasource.database=mysql
|
||||
# JDBC Driver
|
||||
# for MySql com.mysql.jdbc.Driver
|
||||
# for oracle oracle.jdbc.driver.OracleDriver
|
||||
# for DB2 com.ibm.db2.jdbc.app.DB2Driver
|
||||
# for SqlServer com.microsoft.jdbc.sqlserver.SQLServerDriver
|
||||
# for SyBase com.sybase.jdbc.SybDriver
|
||||
# for PostgreSQL org.postgresql.Driver
|
||||
# for Derby org.apache.derby.jdbc.ClientDriver
|
||||
config.datasource.driverclass=com.mysql.jdbc.Driver
|
||||
# JDBC URL
|
||||
# you need database hostname,port,databasename
|
||||
# for MySql jdbc:mysql://hostname:port/secdb
|
||||
# for oracle jdbc:oracle:thin:@hostname:port:secdb
|
||||
# for DB2 jdbc:db2://hostname:port/secdb
|
||||
# for SqlServer jdbc:microsoft:sqlserver://hostname:port;DatabaseName=secdb
|
||||
# for SyBase jdbc:sybase:Tds:hostname:port/secdb
|
||||
# for Derby jdbc:derby://localhost:1527/secdb
|
||||
#
|
||||
config.datasource.url=jdbc:mysql://localhost/maxkey?autoReconnect=true&characterEncoding=UTF-8
|
||||
config.datasource.username=root
|
||||
#connsec/bb2002b9f55b05d3e0e6f34ec5321051
|
||||
#root/4f8520865b3793b07b23e16bc1f117b8
|
||||
config.datasource.password=bb2002b9f55b05d3e0e6f34ec5321051
|
||||
|
||||
############################################################################
|
||||
# EMAIL configuration
|
||||
############################################################################
|
||||
config.email.username=test@connsec.com
|
||||
config.email.password=3&8Ujbnm5hkjhFD
|
||||
config.email.smtpHost=smtp.exmail.qq.com
|
||||
config.email.port=25
|
||||
config.email.senderMail=test@connsec.com
|
||||
config.email.ssl=false
|
||||
|
||||
############################################################################
|
||||
# CharacterEncoding configuration
|
||||
############################################################################
|
||||
# CharacterEncoding true/false
|
||||
|
||||
config.characterencoding.encoding=true
|
||||
config.characterencoding.fromcharset=iso8859-1
|
||||
config.characterencoding.tocharset=UTF-8
|
||||
|
||||
|
||||
config.app.issuer=CN=ConSec,CN=COM,CN=SH
|
||||
############################################################################
|
||||
|
||||
#
|
||||
config.redis.pool.maxtotal=1000
|
||||
#
|
||||
config.redis.pool.maxidle=200
|
||||
#
|
||||
config.redis.pool.maxwaitmillis=1000
|
||||
#
|
||||
config.redis.pool.testonborrow=true
|
||||
|
||||
#IP
|
||||
config.redis.hostname=127.0.0.1
|
||||
#port
|
||||
config.redis.port=6379
|
||||
#password
|
||||
config.redis.password=password
|
||||
|
||||
config.redis.timeout=10000
|
||||
Reference in New Issue
Block a user