crud implemented
This commit is contained in:
parent
78cb709bd7
commit
8bc961e1be
8 changed files with 149 additions and 13 deletions
|
|
@ -7,6 +7,7 @@ func DevConfig() *Config {
|
|||
HttpPort: getEnv("HTTP_PORT", "9280"),
|
||||
GrpcPort: getEnv("GRPC_PORT", "9200"),
|
||||
Domain: getEnv("DOMAIN", "http://localhost:9280"),
|
||||
Volume: getEnv("VOLUME", ""),
|
||||
LogLevel: getEnv("LOG_LEVEL", "Debug"),
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue