add org structure
This commit is contained in:
@@ -16,7 +16,7 @@ type Config struct {
|
||||
func New() *Config {
|
||||
return &Config{
|
||||
Server: ServerConfig{
|
||||
Port: getEnv("PORT", ""),
|
||||
Port: getEnv("PORT", "8080"),
|
||||
ConnectionString: getEnv("CONNECTION_STRING", "test.db"),
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user