This commit is contained in:
2026-05-26 12:27:17 +08:00
parent 2987093b84
commit 8d3a12ea65
2 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
# 阶段1: 构建 # 阶段1: 构建
FROM golang:1.26-alpine AS builder FROM golang:alpine AS builder
RUN apk add --no-cache git ca-certificates tzdata RUN apk add --no-cache git ca-certificates tzdata

View File

@@ -13,10 +13,10 @@ rate:
database: database:
default: default:
- type: "pgsql" - type: "pgsql"
host: "localhost" host: "116.204.74.41"
port: "5432" port: "15432"
user: "postgres" user: "postgres"
pass: "root" pass: "Bjang09@686^*^"
name: "erp" name: "erp"
role: "master" role: "master"
maxIdle: "5" maxIdle: "5"