Commit 31934ad5 authored by Tien-Thinh Nguyen's avatar Tien-Thinh Nguyen

Update conf file

parent ff243cec
UDR = UDR =
{ {
INSTANCE_ID = @INSTANCE@; # 0 is the default INSTANCE_ID = @INSTANCE@; # 0 is the default
PID_DIRECTORY = "@PID_DIRECTORY@"; # /var/run is the default PID_DIRECTORY = "@PID_DIRECTORY@"; # /var/run is the default
INTERFACES: INTERFACES:
{ {
# UDR binded interface for Nudr interface # NUDR Interface (SBI)
NUDR: NUDR:
{ {
INTERFACE_NAME = "@UDR_INTERFACE_NAME_FOR_NUDR@"; # YOUR NETWORK CONFIG HERE INTERFACE_NAME = "@UDR_INTERFACE_NAME_FOR_NUDR@"; # YOUR NETWORK CONFIG HERE
...@@ -19,7 +19,7 @@ UDR = ...@@ -19,7 +19,7 @@ UDR =
MYSQL: MYSQL:
{ {
## MySQL mandatory options # MySQL options
MYSQL_SERVER = "@MYSQL_IPV4_ADDRESS@"; # YOUR MYSQL DB ADDRESS HERE MYSQL_SERVER = "@MYSQL_IPV4_ADDRESS@"; # YOUR MYSQL DB ADDRESS HERE
MYSQL_USER = "@MYSQL_USER@"; # YOUR MYSQL USER HERE MYSQL_USER = "@MYSQL_USER@"; # YOUR MYSQL USER HERE
MYSQL_PASS = "@MYSQL_PASS@"; # YOUR MYSQL PASSWORD HERE MYSQL_PASS = "@MYSQL_PASS@"; # YOUR MYSQL PASSWORD HERE
......
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