application-product.properties 505 B

12345678910111213141516171819
  1. # web服务端口号
  2. server.port=12128
  3. # log配置
  4. logging.level.root=info
  5. logging.level.com.nokia=debug
  6. # 正式环境数据源GP数据库配置
  7. spring.datasource.driver-class-name=org.postgresql.Driver
  8. spring.datasource.url=jdbc:postgresql://192.168.70.109:5432/sqmmt
  9. spring.datasource.username=sqmdb
  10. spring.datasource.password=sqmdb_1QAZ
  11. # 正式环境Redis配置
  12. spring.redis.host=192.168.70.125
  13. spring.redis.port=6379
  14. spring.redis.database=0
  15. spring.redis.password=Richr00t
  16. redis.timeoutSeconds=600