Commit 00ef3a0e authored by 王邯's avatar 王邯

update:

1,添加支持postgresql配置
parent 8d968cae
pub.db.url=jdbc:postgresql://192.168.3.61:5432/topsunit?useSSL=false
pub.db.user=postgres
pub.db.password=topsunit
log.db.url=jdbc:postgresql://192.168.3.61:5432/topsunit?useSSL=false
log.db.user=postgres
log.db.password=topsunit
shiro.host=127.0.0.1
shiro.port=6379
shiro.expire=18000
system.dataSource=dataSource
system.hibernate.dialect=com.huigou.data.dialect.PostgreSQL10Dialect
sqlDialect=postgresql
#shiroFilter loginUrl
shiro.loginUrl=/Login.jsp
#cas shiroFilter loginUrl
#shiro.loginUrl=http://localhost:8085/cas/login?service=http://localhost:8080/yihe/Login.jsp
shiro.cas.flag=false
shiro.cas.serverUrlPrefix=http://localhost:8085/cas
shiro.cas.service=http://localhost:8080/yihe
#openldap and adldap server
shiro.ldap.serverUrlPrefix=ldap://192.168.2.200:389
shiro.ldap.systemUsername=manager
shiro.ldap.systemPassword=123456
#adldap: {0}@dev.huigou.com
#openldap: uid={0},ou=users,dc=huigou,dc=com
shiro.ldap.userDnTemplate={0}@dev.huigou.com
rtx.server.ip=192.168.2.200
sys.server.ip=127.0.0.1:8080/is/
corpId=wxafae524e350f2298
corpSecret=FwcIKKl8AcVp6xlaXYxfMF0KSTFmyWGP9ZSt0iaCFNf-1GQcLU29ulmk4mVax1QB
\ No newline at end of file
pub.db.url=jdbc:mysql://127.0.0.1:3306/avic_sys?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf-8&useSSL=false pub.db.url=jdbc:postgresql://192.168.3.61:5432/topsunit?useSSL=false
pub.db.user=root pub.db.user=postgres
pub.db.password=root pub.db.password=topsunit
log.db.url=jdbc:mysql://127.0.0.1:3306/avic_sys?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf-8&useSSL=false log.db.url=jdbc:postgresql://192.168.3.61:5432/topsunit?useSSL=false
log.db.user=root log.db.user=postgres
log.db.password=root log.db.password=topsunit
shiro.host=127.0.0.1 shiro.host=127.0.0.1
shiro.port=6379 shiro.port=6379
shiro.expire=18000 shiro.expire=18000
system.dataSource=dataSource system.dataSource=dataSource
system.hibernate.dialect=com.huigou.data.dialect.MySQL5InnoDBDialect system.hibernate.dialect=com.huigou.data.dialect.PostgreSQL10Dialect
sqlDialect=mysql sqlDialect=postgresql
#shiroFilter loginUrl #shiroFilter loginUrl
shiro.loginUrl=/Login.jsp shiro.loginUrl=/Login.jsp
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment