Move the 8899 integer and string literals into a const named DefaultApiServerPort in shared (#367)

This commit is contained in:
M. Mert Yıldıran
2021-10-17 15:28:33 +03:00
committed by GitHub
parent 9d179c7227
commit 167b17dfd2
4 changed files with 9 additions and 4 deletions

View File

@@ -10,4 +10,5 @@ const (
RulePolicyPath = "/app/enforce-policy/"
RulePolicyFileName = "enforce-policy.yaml"
GoGCEnvVar = "GOGC"
DefaultApiServerPort = 8899
)