Skip to content

Commit 42e309d

Browse files
author
Nikita Sapozhnikov
committed
Value name changed to host.address
1 parent 734c8bc commit 42e309d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

micro-application-register/src/main/java/com/aol/micro/server/application/registry/ApplicationRegisterImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public class ApplicationRegisterImpl implements ApplicationRegister {
2222
@Getter
2323
private volatile Application application;
2424

25-
@Value("${configuration.hostname:#null}")
25+
@Value("${host.address:#null}")
2626
private String customHostname;
2727

2828
public ApplicationRegisterImpl() {

0 commit comments

Comments
 (0)