mirror of
https://github.com/hpd840321/starRiverProperty.git
synced 2026-06-09 08:20:31 +08:00
feat: add test env infra compose, config templates, build/prepare scripts
Former-commit-id: 70b7cd14e81c8f43300638dcd5f9859115e1959a
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
server.port=__NINCA_COMMON_PORT__
|
||||
spring.application.name=ninca-common
|
||||
spring.datasource.url=jdbc:mysql://__MYSQL_HOST__:__MYSQL_PORT__/ninca_common?useSSL=false&characterEncoding=utf-8&serverTimezone=Asia/Shanghai
|
||||
spring.datasource.username=root
|
||||
spring.datasource.password=123456
|
||||
spring.cloud.consul.host=__CONSUL_HOST__
|
||||
spring.cloud.consul.port=__CONSUL_PORT__
|
||||
spring.cloud.consul.discovery.register=true
|
||||
spring.redis.host=__REDIS_HOST__
|
||||
spring.redis.port=6379
|
||||
spring.redis.password=__REDIS_PASS__
|
||||
Reference in New Issue
Block a user