mirror of
https://forgejo.merr.is/annika/isl-api.git
synced 2025-12-11 20:50:02 -05:00
A Whole Bunch Of Changes
This commit is contained in:
parent
eb45c2fae4
commit
0122fb76f1
11 changed files with 209 additions and 20 deletions
6
envConfigs.go
Normal file
6
envConfigs.go
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
package main
|
||||
|
||||
type EnvConfigs struct {
|
||||
HttpPort string `mapstructure:"HTTP_PORT"`
|
||||
ConnectionString string `mapstructure:"DB_CONNECTION_STRING"`
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue