Prepare for containerization
Compare changes
Files
9
internal/app/config/config.go
0 → 100644
+ 148
− 0
Created by: joshuai96
Prepare the application to be run as a container in any kind of container deployment as seen fitting.
Created by: joshmue
Maybe just make the connection string a single string variable?
Potential advantages of this approach:
ConnConfig
, then doconnConfig.ConnString()
)