Skip to content

Commit 1fdaa28

Browse files
author
Spencer Smolen
committed
goof
1 parent adf28b8 commit 1fdaa28

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/initializers/loadEnv.go

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ type Config struct {
1111
DBUserPassword string `mapstructure:"POSTGRES_PASSWORD"`
1212
DBName string `mapstructure:"POSTGRES_DB"`
1313
DBPort string `mapstructure:"POSTGRES_PORT"`
14+
DBCACert string `mapstructure:"POSTGRES_CA_CERT"`
1415
ServerPort string `mapstructure:"PORT"`
1516

1617
ClientOrigin string `mapstructure:"CLIENT_ORIGIN"`

0 commit comments

Comments
 (0)