Skip to content

Commit

Permalink
fix: schema
Browse files Browse the repository at this point in the history
  • Loading branch information
liaosunny123 committed Aug 30, 2023
1 parent acf790e commit 01f974e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ require (
go.opentelemetry.io/otel/sdk v1.16.0
go.opentelemetry.io/otel/trace v1.16.0
golang.org/x/crypto v0.12.0
golang.org/x/image v0.5.0
google.golang.org/grpc v1.57.0
google.golang.org/protobuf v1.31.0
gorm.io/driver/postgres v1.5.2
Expand Down Expand Up @@ -242,7 +241,7 @@ require (
golang.org/x/arch v0.4.0 // indirect
golang.org/x/exp v0.0.0-20230817173708-d852ddb80c63 // indirect
golang.org/x/exp/typeparams v0.0.0-20230817173708-d852ddb80c63 // indirect
golang.org/x/image v0.0.0-20190802002840-cff245a6509b // indirect
golang.org/x/image v0.5.0 // indirect
golang.org/x/mod v0.12.0 // indirect
golang.org/x/net v0.14.0 // indirect
golang.org/x/sync v0.3.0 // indirect
Expand Down
2 changes: 1 addition & 1 deletion src/constant/config/env.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ type envConfig struct {
GorseApiKey string `env:"GORSE_APIKEY"`
MagicUserId uint32 `env:"MAGIC_USER_ID" envDefault:"1"`
ChatGptProxy string `env:"CHATGPT_PROXY"`
PostgreSQLPrefix string `env:"POSTGRESQL_PREFIX"`
PostgreSQLPrefix string `env:"POSTGRESQL_PREFIX" envDefault:""`
}

func init() {
Expand Down

0 comments on commit 01f974e

Please sign in to comment.