Skip to content

Commit

Permalink
Merge branch 'master' into feat/BUX-490/AdminGetPaymails
Browse files Browse the repository at this point in the history
  • Loading branch information
Nazarii-4chain authored Feb 1, 2024
2 parents 8926d64 + 9838f7a commit 9e8c6d5
Show file tree
Hide file tree
Showing 4 changed files with 58 additions and 56 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
36 changes: 18 additions & 18 deletions go.mod

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

Loading

0 comments on commit 9e8c6d5

Please sign in to comment.