Use the new authentik config pattern for setting listening addresses
This commit is contained in:
parent
5288c5857a
commit
ff0c139dc8
1 changed files with 8 additions and 8 deletions
|
|
@ -23,14 +23,14 @@ with lib;
|
||||||
from = "auth@corp.gleipnir.technology";
|
from = "auth@corp.gleipnir.technology";
|
||||||
};
|
};
|
||||||
listen = {
|
listen = {
|
||||||
listen_debug = "127.0.0.1:9900";
|
debug = "127.0.0.1:9900";
|
||||||
listen_debug_py = "127.0.0.1:9901";
|
debug_py = "127.0.0.1:9901";
|
||||||
listen_http = "127.0.0.1:10030";
|
http = "127.0.0.1:10030";
|
||||||
listen_https = "127.0.0.1:10031";
|
https = "127.0.0.1:10031";
|
||||||
listen_ldap = "127.0.0.1:3389";
|
ldap = "127.0.0.1:3389";
|
||||||
listen_ldaps = "127.0.0.1:6636";
|
ldaps = "127.0.0.1:6636";
|
||||||
listen_radius = "127.0.0.1:1812";
|
radius = "127.0.0.1:1812";
|
||||||
listen_metrics = "127.0.0.1:9300";
|
metrics = "127.0.0.1:9300";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue