PostgreSQL: update config & connection pool
This commit is contained in:
parent
a89a9776c3
commit
e2de88b25b
3 changed files with 4 additions and 4 deletions
|
|
@ -15,8 +15,7 @@ type Config struct {
|
|||
BehindProxy bool `env:"APP_BEHIND_PROXY"`
|
||||
}
|
||||
Database struct {
|
||||
Location string `env:"DATABASE_LOCATION"`
|
||||
DSN string `env:"DATABASE_DSN"`
|
||||
DSN string `env:"DATABASE_DSN"`
|
||||
}
|
||||
Sessions struct {
|
||||
Location string `env:"SESSIONS_LOCATION"`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue