forked from DGNum/infrastructure
fix(dgn-web): Set a default for simpleProxies
This commit is contained in:
parent
b6cbf6e918
commit
14866df004
1 changed files with 4 additions and 0 deletions
|
@ -72,6 +72,10 @@ in
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
default = { };
|
||||||
|
description = ''
|
||||||
|
A set of simple localhost redirections.
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue