resource-service-prod.properties 851 B

12345678910111213141516171819
  1. eureka.client.service-url.defaultZone=http://discovery.rankin.com:8821/eureka/
  2. # database setting
  3. spring.datasource.url=jdbc:mysql://rm-2zeptkzp761f34ch0.mysql.rds.aliyuncs.com:3306/rankin?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&allowMultiQueries=true
  4. spring.datasource.driverClassName=com.mysql.jdbc.Driver
  5. spring.datasource.username=lingjiao
  6. spring.datasource.password=Lingjiao!@#
  7. spring.jpa.properties.hibernate.hbm2ddl.auto=update
  8. spring.jpa.properties.hibernate.show_sql=true
  9. spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MySQL5Dialect
  10. # ali oss config
  11. ali.oss.endpoint=oss-cn-beijing.aliyuncs.com
  12. ali.oss.accessKeyId=LTAIUFvd17IXLBQ4
  13. ali.oss.accessKeySecret=YEm1VebbntRIGmV8s8N33LQfOoC2sA
  14. ali.oss.bucket=efunimgs
  15. ali.oss.rankin.dir=resources/
  16. resource.url.domain=http://efunimgs.oss-cn-beijing.aliyuncs.com