add org structure

This commit is contained in:
andrusyakka
2023-07-05 18:03:24 +03:00
parent f8cb5dea99
commit 3dd20da723
10 changed files with 125 additions and 11 deletions

View File

@@ -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"),
},
}