A Whole Bunch Of Changes

This commit is contained in:
Annika Merris 2024-01-31 14:51:42 -05:00
parent eb45c2fae4
commit 0122fb76f1
11 changed files with 209 additions and 20 deletions

6
envConfigs.go Normal file
View file

@ -0,0 +1,6 @@
package main
type EnvConfigs struct {
HttpPort string `mapstructure:"HTTP_PORT"`
ConnectionString string `mapstructure:"DB_CONNECTION_STRING"`
}