feat: rework db conn to use sql.DB for better portability
All checks were successful
Build and test / Build (push) Successful in 2m20s
All checks were successful
Build and test / Build (push) Successful in 2m20s
This commit is contained in:
@ -16,6 +16,10 @@ db:
|
||||
# DB name
|
||||
database: howmuch
|
||||
|
||||
max-open-conns: 100
|
||||
max-idle-conns: 100
|
||||
max-lifetime: 10s
|
||||
|
||||
cache:
|
||||
host: 127.0.0.1:6379
|
||||
password: ""
|
||||
|
Reference in New Issue
Block a user