Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-UDSF
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-UDSF
Commits
7191ac1e
Commit
7191ac1e
authored
Apr 23, 2021
by
liuyu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
conf
parent
d66219ba
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
60 additions
and
0 deletions
+60
-0
etc/udr_docker.conf
etc/udr_docker.conf
+30
-0
etc/udsf.conf
etc/udsf.conf
+30
-0
No files found.
etc/udr_docker.conf
0 → 100644
View file @
7191ac1e
## udsf configuration file
UDSF
=
{
INSTANCE_ID
=
10
;
# 0 is the default
PID_DIRECTORY
=
"/var/run"
;
# /var/run is the default
INTERFACES
:
{
# UDSF binded interface for Nudsf interface
SBI
:
{
INTERFACE_NAME
=
"ens33"
;
# YOUR NETWORK CONFIG HERE
IPV4_ADDRESS
=
"read"
;
PORT
=
8081
;
# YOUR NETWORK CONFIG HERE
};
};
MYSQL
:
{
## MySQL mandatory options
MYSQL_SERVER
=
"127.0.0.1"
;
# MySQL Server address
MYSQL_USER
=
"root"
;
# Database server login
MYSQL_PASS
=
"pass"
;
# Database server password
MYSQL_DB
=
"liuyu"
;
# Your database name
# MYSQL_PORT = 3306 # MySQL Server port
};
};
etc/udsf.conf
0 → 100644
View file @
7191ac1e
## udsf configuration file
UDSF
=
{
INSTANCE_ID
= @
INSTANCE
@;
# 0 is the default
PID_DIRECTORY
=
"@PID_DIRECTORY@"
;
# /var/run is the default
INTERFACES
:
{
# UDSF binded interface for Nudsf interface
SBI
:
{
INTERFACE_NAME
=
"@UDSF_INTERFACE_NAME_FOR_SBI@"
;
# YOUR NETWORK CONFIG HERE
IPV4_ADDRESS
=
"read"
;
PORT
=
8081
;
# YOUR NETWORK CONFIG HERE
};
};
MYSQL
:
{
## MySQL mandatory options
MYSQL_SERVER
=
"@MYSQL_SERVER@"
;
# MySQL Server address
MYSQL_USER
=
"@MYSQL_USER@"
;
# Database server login
MYSQL_PASS
=
"@MYSQL_PASS@"
;
# Database server password
MYSQL_DB
=
"@MYSQL_DB@"
;
# Your database name
# MYSQL_PORT = "@MYSQL_PORT@"; # MySQL Server port, 0 is the default
};
};
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