Skip to content

Commit

Permalink
Merge pull request #440 from BuxOrg/chore-bump-bux-ver
Browse files Browse the repository at this point in the history
chore: bump bux ver 0.14.1 -> 0.14.2
  • Loading branch information
arkadiuszos4chain authored Jan 31, 2024
2 parents 913dab9 + 1dd7243 commit 9838f7a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions config/defaults.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ func getDbDefaults() *DbConfig {
TimeZone: "UTC",
TxTimeout: 10 * time.Second,
User: "postgres",
SslMode: "disable",
},
SQLite: &datastore.SQLiteConfig{
DatabasePath: "./bux.db",
Expand Down
1 change: 1 addition & 0 deletions config/services.go
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,7 @@ func loadDatastore(options []bux.ClientOps, appConfig *AppConfig, testMode bool)
TimeZone: appConfig.Db.SQL.TimeZone,
TxTimeout: appConfig.Db.SQL.TxTimeout,
User: appConfig.Db.SQL.User,
SslMode: appConfig.Db.SQL.SslMode,
}))

} else if appConfig.Db.Datastore.Engine == datastore.MongoDB {
Expand Down
2 changes: 1 addition & 1 deletion go.mod

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9838f7a

Please sign in to comment.