Remove driver
This commit is contained in:
parent
5a296cb940
commit
b4d99b8d90
2 changed files with 0 additions and 2 deletions
|
@ -1,5 +1,4 @@
|
||||||
db:
|
db:
|
||||||
driver: pgx
|
|
||||||
connect: 'postgres://postgres:password@localhost:5432/example'
|
connect: 'postgres://postgres:password@localhost:5432/example'
|
||||||
cors:
|
cors:
|
||||||
allowedOrigins:
|
allowedOrigins:
|
||||||
|
|
|
@ -34,7 +34,6 @@ type CORS struct {
|
||||||
|
|
||||||
type DB struct {
|
type DB struct {
|
||||||
Connect string `yaml:"connect"`
|
Connect string `yaml:"connect"`
|
||||||
Driver string `yaml:"driver"`
|
|
||||||
}
|
}
|
||||||
|
|
||||||
type Logger struct {
|
type Logger struct {
|
||||||
|
|
Loading…
Reference in a new issue