Browse Source

fix: prd->prod

wuwenyi 6 days ago
parent
commit
a76a52e9b0
1 changed files with 6 additions and 0 deletions
  1. 6 0
      src/main/resources/application-prod.yml

+ 6 - 0
src/main/resources/application-prd.yml → src/main/resources/application-prod.yml

@@ -1,3 +1,9 @@
+spring:
+  redis:
+    host: ${SPRING_REDIS_HOST:localhost}
+    port: ${SPRING_REDIS_PORT:6379}
+    password: ${SPRING_REDIS_PASSWORD:}
+
 mybatis-plus:
   mapper-locations: classpath*:/mapper/**/*.xml
   configuration: