-
Notifications
You must be signed in to change notification settings - Fork 142
/
udrcfg.yaml
24 lines (22 loc) · 936 Bytes
/
udrcfg.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
info:
version: 1.1.0
description: UDR initial local configuration
configuration:
sbi: # Service-based interface information
scheme: http # the protocol for sbi (http or https)
registerIPv4: udr.free5gc.org # IP used to register to NRF
bindingIPv4: udr.free5gc.org # IP used to bind the service
port: 8000 # port used to bind the service
tls: # the local path of TLS key
pem: cert/udr.pem # UDR TLS Certificate
key: cert/udr.key # UDR TLS Private key
dbConnectorType: mongodb
mongodb:
name: free5gc # Database name in MongoDB
url: mongodb://db:27017 # URL of MongoDB
nrfUri: http://nrf.free5gc.org:8000 # a valid URI of NRF
nrfCertPem: cert/nrf.pem
logger: # log output setting
enable: true # true or false
level: info # how detailed to output, value: trace, debug, info, warn, error, fatal, panic
reportCaller: false # enable the caller report or not, value: true or false