changed after the remove of longitude and latitude from site object
This commit is contained in:
parent
c840b2f762
commit
97d5fc1c05
|
@ -244,7 +244,7 @@ public class ContainerProfileBuilder {
|
|||
ContainerConfiguration cfg = context.configuration();
|
||||
|
||||
node.profile().newSite().country(cfg.site().getCountry()).location(cfg.site().getLocation())
|
||||
.latitude(cfg.site().getLatitude()).longitude(cfg.site().getLongitude()).domain(domainIn(cfg.hostname()));
|
||||
.latitude("unknown").longitude("unknown").domain(domainIn(cfg.hostname()));
|
||||
}
|
||||
|
||||
private void addVariablesTo(HostingNode node) {
|
||||
|
|
Loading…
Reference in New Issue