封版
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# 阶段1: 构建
|
||||
FROM golang:1.26-alpine AS builder
|
||||
FROM golang:alpine AS builder
|
||||
|
||||
RUN apk add --no-cache git ca-certificates tzdata
|
||||
|
||||
|
||||
@@ -13,10 +13,10 @@ rate:
|
||||
database:
|
||||
default:
|
||||
- type: "pgsql"
|
||||
host: "localhost"
|
||||
port: "5432"
|
||||
host: "116.204.74.41"
|
||||
port: "15432"
|
||||
user: "postgres"
|
||||
pass: "root"
|
||||
pass: "Bjang09@686^*^"
|
||||
name: "erp"
|
||||
role: "master"
|
||||
maxIdle: "5"
|
||||
|
||||
Reference in New Issue
Block a user