Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
info-manager-proxy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OZG-Cloud
app
info-manager-proxy
Commits
8fd8ff21
Commit
8fd8ff21
authored
5 months ago
by
OZGCloud
Browse files
Options
Downloads
Patches
Plain Diff
OZG-6747 resolve comments
parent
2339622b
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
README.md
+0
-1
0 additions, 1 deletion
README.md
config/config.yml
+0
-2
0 additions, 2 deletions
config/config.yml
internal/config/config_test.go
+0
-1
0 additions, 1 deletion
internal/config/config_test.go
with
0 additions
and
4 deletions
README.md
+
0
−
1
View file @
8fd8ff21
...
...
@@ -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)
...
...
This diff is collapsed.
Click to expand it.
config/config.yml
+
0
−
2
View file @
8fd8ff21
server
:
port
:
8082
grpc
:
mock
:
false
logging
:
level
:
"
INFO"
\ No newline at end of file
This diff is collapsed.
Click to expand it.
internal/config/config_test.go
+
0
−
1
View file @
8fd8ff21
...
...
@@ -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"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment