Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-UDR
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenXG
OpenXG-UDR
Commits
1d48e600
Commit
1d48e600
authored
Feb 07, 2021
by
yangjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update .gitignore
parent
a06829b8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
27 deletions
+1
-27
.gitignore
.gitignore
+1
-1
etc/udr.conf
etc/udr.conf
+0
-26
No files found.
.gitignore
View file @
1d48e600
build/UDR/*
etc/*
etc/*
.conf
etc/udr.conf
deleted
100755 → 0
View file @
a06829b8
UDR
=
{
INSTANCE_ID
=
10
;
# 0 is the default
PID_DIRECTORY
=
"/var/run"
;
# /var/run is the default
INTERFACES
:
{
# UDR binded interface for Nudr interface
NUDR
:
{
INTERFACE_NAME
=
"ens33"
;
# YOUR NETWORK CONFIG HERE
IPV4_ADDRESS
=
"192.168.199.243"
;
PORT
=
8081
;
# YOUR NETWORK CONFIG HERE
};
};
MYSQL
:
{
## MySQL mandatory options
MYSQL_SERVER
=
"127.0.0.1"
;
# MySQL Server address
MYSQL_USER
=
"udr"
;
# Database server login
MYSQL_PASS
=
"udr123"
;
# Database server password
MYSQL_DB
=
"Witcomm-UDR-DB"
;
# Your database name
};
};
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment