123456789101112131415161718192021222324252627282930 |
- # sequence参数设置
- seqCache=20
- seqMinvalue=17000000001
- seqStartWith=17000000001
- seqStartCacheWith=17100000001
- seqMaxvalue=18000000000
- # 部署参数设置
- szdId=900
- szdName=省级
- versionDate=20141126
- openMap=Y
- qlygSync=N
- # config yjpt system database connection
- jdbcUrl=jdbc:oracle:thin:@192.168.39.115:1521:orcl
- jdbcUsername=yjptpro2
- jdbcPassword=yjpt
- # config qlyg database connection
- jdbcQlygUrl=jdbc:oracle:thin:@192.168.39.115:1521:orcl
- jdbcQlygUsername=jsgk
- jdbcQlygPassword=jsgk
- #local webservice ip
- localIP=192.168.39.115
- localPort=8089
- # Province webservice ip
- ProvinceIP=192.168.39.115
|