📄 aaad.xml
字号:
<?xml version="1.0" encoding="UTF-8"?><aaad xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation='aaad.xsd'> <!-- Thread count that should be started for the open diameter framework --> <thread_count>5</thread_count> <!-- Diameter configuration file --> <diameter_cfg_file>/etc/opendiameter/aaad/config/aaad_diameter_server.xml</diameter_cfg_file> <!-- The following is a list of applications supported by this diameter peer --> <applications> <application_entry> <name>diameter_eap</name> <enabled>true</enabled> <diameter_eap> <!-- diameter eap specific. This section is application specific. For diameter eap we only have the user database and local identity information. See aaad_user_db.xml for details.--> <!-- Local identity --> <local_identity>aaad@opendiameter.org</local_identity> <!-- User Db --> <user_db>/etc/opendiameter/aaad/config/aaad_user_db.xml</user_db> </diameter_eap> </application_entry> </applications></aaad>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -