33<configuration >
44
55 <appSettings >
6- <add key =" adapter-server-endpoint" value =" 127.0.0.1:5654" />
7- <!-- <add key="radius-client-ip" value="radius-client-ip"/>-->
8- <!-- <add key="authentication-cache-lifetime" value="authentication-cache-lifetime"/>-->
9- <!-- <add key="authentication-cache-minimal-matching" value="true"/>-->
10- <!-- <add key="invalid-credential-delay" value="invalid-credential-delay"/>-->
11- <!-- <add key="calling-station-id-attribute" value="calling-station-id-attribute"/>-->
12- <add key =" multifactor-api-url" value =" multifactor-api-url" />
13- <!-- <add key="multifactor-api-proxy" value="multifactor-api-proxy"/>-->
14- <!-- <add key="multifactor-api-timeout" value="multifactor-api-timeout"/>-->
15- <!-- <add key="sign-up-groups" value="sign-up-groups"/>-->
16- <!-- <add key="bypass-second-factor-when-api-unreachable" value="true"/>-->
17- <add key =" logging-level" value =" Debug" />
18- <!-- <add key="logging-format" value="logging-format"/>-->
19- <!-- <add key="console-log-output-template" value="console-log-output-template"/>-->
20- <!-- <add key="file-log-output-template" value="file-log-output-template"/>-->
6+ <!-- this service radius server endpoint (0.0.0.0 - listen all interfaces) -->
7+ <add key =" adapter-server-endpoint" value =" 0.0.0.0:1812" />
8+
9+ <!-- Multifactor API -->
10+ <add key =" multifactor-api-url" value =" https://api.multifactor.ru" />
11+ <!-- <add key="multifactor-api-timeout" value="00:01:05"/>-->
12+ <!-- <add key="bypass-second-factor-when-api-unreachable" value="false"/>-->
13+
14+ <!-- HTTP proxy for API (optional)-->
15+ <!-- <add key="multifactor-api-proxy" value="http://proxy:3128"/>-->
16+
17+ <!-- minimal log level: 'Debug', 'Info', 'Warn', 'Error' -->
18+ <add key =" logging-level" value =" Debug" />
19+ <!-- <add key="logging-format" value="json"/>-->
2120 </appSettings >
2221
2322</configuration >
0 commit comments