Commit 2a240963 authored by 月兔回旋于空中's avatar 月兔回旋于空中

结构 >> 配置文件环境变量命名

parent 3972e891
Pipeline #13329 passed with stages
in 10 minutes and 32 seconds
......@@ -9,22 +9,19 @@ server:
charset: UTF-8
spring:
mvc:
pathmatch:
matching-strategy: ant-path-matcher
application:
name: springfox-swagger
datasource:
driver-class-name: com.mysql.jdbc.Driver
url: jdbc:mysql://${IS_MYSQL_HOST:localhost}:${IS_MYSQL_PORT:3307}/${IS_MYSQL_DATABASE:ygo_table}?useUnicode=true&characterEncoding=utf8&useSSL=false&allowPublicKeyRetrieval=true
username: ${IS_MYSQL_USERNAME:root}
password: ${IS_MYSQL_USERPASS:spica...}
url: jdbc:mysql://${Y_MYSQL_HOST:localhost}:${Y_MYSQL_PORT:3307}/${Y_MYSQL_DATABASE:ygo_table}?useUnicode=true&characterEncoding=utf8&useSSL=false&allowPublicKeyRetrieval=true
username: ${Y_MYSQL_USERNAME:root}
password: ${Y_MYSQL_USERPASS:spica...}
redis:
host: ${IS_REDIS_HOST:192.168.1.13}
port: ${IS_REDIS_PORT:6379}
database: ${IS_REDIS_DATABASE:1}
# password: ${IS_REDIS_PASS:null}
host: ${Y_REDIS_HOST:192.168.1.13}
port: ${Y_REDIS_PORT:6379}
database: ${Y_REDIS_DATABASE:1}
# password: ${Y_REDIS_PASS:null}
timeout: 5000
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment