Commit a06829b8 authored by yangjian's avatar yangjian

update udr.conf

parent ed4d413a
...@@ -8,9 +8,9 @@ UDR = ...@@ -8,9 +8,9 @@ UDR =
# UDR binded interface for Nudr interface # UDR binded interface for Nudr interface
NUDR: NUDR:
{ {
INTERFACE_NAME = "ens32"; # YOUR NETWORK CONFIG HERE INTERFACE_NAME = "ens33"; # YOUR NETWORK CONFIG HERE
IPV4_ADDRESS = "192.168.2.35"; IPV4_ADDRESS = "192.168.199.243";
PORT = 8080; # YOUR NETWORK CONFIG HERE PORT = 8081; # YOUR NETWORK CONFIG HERE
}; };
}; };
...@@ -19,8 +19,8 @@ UDR = ...@@ -19,8 +19,8 @@ UDR =
{ {
## MySQL mandatory options ## MySQL mandatory options
MYSQL_SERVER = "127.0.0.1"; # MySQL Server address MYSQL_SERVER = "127.0.0.1"; # MySQL Server address
MYSQL_USER = "yunshou"; # Database server login MYSQL_USER = "udr"; # Database server login
MYSQL_PASS = "123456"; # Database server password MYSQL_PASS = "udr123"; # Database server password
MYSQL_DB = "Witcomm-UDR-DB"; # Your database name MYSQL_DB = "Witcomm-UDR-DB"; # Your database name
}; };
}; };
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment