Remove driver

This commit is contained in:
Daniel 2024-10-21 12:12:13 -04:00
parent 5a296cb940
commit b4d99b8d90
2 changed files with 0 additions and 2 deletions

View file

@ -1,5 +1,4 @@
db:
driver: pgx
connect: 'postgres://postgres:password@localhost:5432/example'
cors:
allowedOrigins:

View file

@ -34,7 +34,6 @@ type CORS struct {
type DB struct {
Connect string `yaml:"connect"`
Driver string `yaml:"driver"`
}
type Logger struct {