init
This commit is contained in:
19
configuration/config.go
Normal file
19
configuration/config.go
Normal file
@@ -0,0 +1,19 @@
|
||||
package configuration
|
||||
|
||||
// Config holds all the configuration of the application
|
||||
type Config struct {
|
||||
Mock bool
|
||||
|
||||
Port int
|
||||
|
||||
LogLevel string
|
||||
LogFormat string
|
||||
|
||||
PostgresDBName string
|
||||
PostgresDBSchema string
|
||||
PostgresHost string
|
||||
PostgresUser string
|
||||
PostgresPwd string
|
||||
|
||||
Version string
|
||||
}
|
||||
Reference in New Issue
Block a user