Refactor isso configuration to streamline server settings by removing unnecessary nesting
This commit is contained in:
@@ -18,10 +18,7 @@ in
|
||||
inherit (cfg) enable;
|
||||
settings = {
|
||||
guard.require-author = true;
|
||||
server = {
|
||||
listen = "http://${cfg.ip}:${toString cfg.port}/";
|
||||
public-endpoint = cfg.url;
|
||||
};
|
||||
server.listen = "http://${cfg.ip}:${toString cfg.port}/";
|
||||
admin = {
|
||||
enabled = true;
|
||||
password = "$ISSO_ADMIN_PASSWORD";
|
||||
|
||||
Reference in New Issue
Block a user