forked from TrueCloudLab/frostfs-node
[#1563] config: Replace 127.0.0.1
with localhost
Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
This commit is contained in:
parent
4a8dfd0ce4
commit
12dc5c3395
14 changed files with 26 additions and 26 deletions
|
@ -41,8 +41,8 @@ const (
|
|||
)
|
||||
|
||||
const (
|
||||
defaultControlEndpoint = "127.0.0.1:8090"
|
||||
defaultDataEndpoint = "127.0.0.1"
|
||||
defaultControlEndpoint = "localhost:8090"
|
||||
defaultDataEndpoint = "localhost"
|
||||
)
|
||||
|
||||
// RootCmd is a root command of config section.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue