diff --git a/config.yml b/config.yml index 41875c0..514f973 100644 --- a/config.yml +++ b/config.yml @@ -12,7 +12,7 @@ cache: database: default: - type: "pgsql" - host: "116.204.74.41" + host: "192.168.0.169" port: "15432" user: "postgres" pass: "Bjang09@686^*^" @@ -32,7 +32,7 @@ database: deletedAt: "deleted_at" # (可选)软删除时间字段名称 timeMaintainDisabled: false # (可选)是否完全关闭时间更新特性,为true时CreatedAt/UpdatedAt/DeletedAt都将失效 - type: "pgsql" - host: "116.204.74.41" + host: "192.168.0.169" port: "15432" user: "postgres" pass: "Bjang09@686^*^" @@ -76,7 +76,7 @@ database: redis: # 集群模式配置方法 default: - address: 116.204.74.41:6379 + address: 192.168.0.169:6379 db: 0 idleTimeout: "60s" #连接最大空闲时间,使用时间字符串例如30s/1m/1d maxConnLifetime: "90s" #连接最长存活时间,使用时间字符串例如30s/1m/1d @@ -86,21 +86,21 @@ redis: writeTimeout: "30s" #TCP的Write操作超时时间,使用时间字符串例如30s/1m/1d maxActive: 100 consul: - address: 116.204.74.41:8500 + address: 192.168.0.169:8500 # pass: jiahui8888 jaeger: #链路追踪 - addr: 116.204.74.41:4318 + addr: 192.168.0.169:4318 # MinIO 连接配置 minio: - endpoint: "116.204.74.41:9000" # 核心:仅协议+主机+端口,无路径/末尾斜杠 + endpoint: "192.168.0.169:9000" # 核心:仅协议+主机+端口,无路径/末尾斜杠 accessKey: "admin" # 访问密钥(本地默认) secretKey: "12345678" # 秘密密钥(本地默认) secure: false # 本地 MinIO 关闭 SSL(生产按需改为 true) region: "us-east-1" # 与 MinIO 服务端 REGION 一致(默认 us-east-1) # 文件上传服务地址,与oss模块minio中的endpoint一致 -filePrefix: "http://116.204.74.41:9000" +filePrefix: "http://192.168.0.169:9000" # 文件存储初始化容量大小配置 oss: diff --git a/timezone/Shanghai b/timezone/Shanghai new file mode 100644 index 0000000..91f6f8b Binary files /dev/null and b/timezone/Shanghai differ diff --git a/timezone/localtime b/timezone/localtime new file mode 100644 index 0000000..91f6f8b Binary files /dev/null and b/timezone/localtime differ diff --git a/timezone/timezone b/timezone/timezone new file mode 100644 index 0000000..421b7a4 --- /dev/null +++ b/timezone/timezone @@ -0,0 +1 @@ +Asia/Shanghai