12345678910111213141516171819 |
- 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.50.5: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=10
- spring.redis.password=Richr00t
- redis.timeoutSeconds=600
|