mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-04 22:30:09 +00:00
15 lines
338 B
Text
15 lines
338 B
Text
# -------- Test configuration ---------
|
|
|
|
Identity = "peer2.localdomain";
|
|
Realm = "localdomain";
|
|
Port = 30868;
|
|
SecPort = 30869;
|
|
|
|
TLS_Cred = "peer2.cert.pem",
|
|
"peer2.key.pem";
|
|
TLS_CA = "cacert.pem";
|
|
|
|
LoadExtension = "extensions/test_app.fdx" : "test_app2.conf";
|
|
|
|
ConnectPeer = "peer1.localdomain" { ConnectTo = "127.0.0.1"; No_TLS; };
|
|
|