Remove hosts from intray config
This commit is contained in:
parent
a4e4635b05
commit
995359e380
|
@ -18,13 +18,11 @@ in
|
|||
openFirewall = false;
|
||||
api-server = {
|
||||
enable = true;
|
||||
hosts = [ apiHost ];
|
||||
port = apiPort;
|
||||
admins = [ username ];
|
||||
};
|
||||
web-server = {
|
||||
enable = true;
|
||||
hosts = [ webHost ];
|
||||
port = webPort;
|
||||
api-url = "https://${apiHost}";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue