1
0
mirror of https://github.com/ebosas/microservices.git synced 2025-08-24 20:08:55 +02:00
This commit is contained in:
ebosas
2021-06-12 15:52:52 +03:00
parent 19fbdb8163
commit 8e24783d5f

View File

@@ -2,6 +2,7 @@ package config
import "os" import "os"
// Config stores configuration
type Config struct { type Config struct {
ServerAddr string ServerAddr string
PostgresURL string PostgresURL string