123456789101112131415161718192021222324252627282930313233343536373839404142 |
- server.port=12128
- logging.level.root=info
- logging.level.com.nokia=debug
- spring.datasource.driver-class-name=org.postgresql.Driver
- spring.datasource.url=jdbc:postgresql://192.168.70.109:5432/sqmmt
- spring.datasource.username=sqmdb
- spring.datasource.password=sqmdb_1QAZ
- spring.redis.host=192.168.70.125
- spring.redis.port=6379
- spring.redis.database=0
- spring.redis.password=Richr00t
- redis.timeoutSeconds=600
- top.url=http://10.17.180.3/prod-api/verifySystem
- dop.url=http://10.17.180.5:8089/prod-api/verifySystem
- top.api.fromSystem=dh
- dop.api.fromSystem=dh
- top.redirect.url=https://133.96.90.208/login
- dop.redirect.url=http://133.96.90.210:8089/login
- mybatis.mapper-locations=classpath*:mapper/**/**Mapper.xml
|