Skip to content
Snippets Groups Projects
Commit 8fd8ff21 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-6747 resolve comments

parent 2339622b
Branches
Tags
No related merge requests found
......@@ -67,7 +67,6 @@ setting ACTIVE_PROFILE=local will load the config-local.yml
[Config-Datei](./config/config-local.yml)
```
server:
port: Port des HTTP Servers (int)
......
server:
port: 8082
grpc:
mock: false
logging:
level: "INFO"
\ No newline at end of file
......@@ -52,7 +52,6 @@ func TestLoadConfig(t *testing.T) {
assert.NoError(t, os.Unsetenv(activeProfileParam), "Unsetenv "+activeProfileParam+" should not return an error")
expectedConfig := Config{}
expectedConfig.Server.Port = 8082
expectedConfig.Grpc.Url = "localhost:50051"
expectedConfig.Logging.Level = "DEBUG"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment