aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Willmann <dwillmann@sysmocom.de>2019-04-29 12:27:58 +0200
committerDaniel Willmann <dwillmann@sysmocom.de>2019-04-29 12:27:58 +0200
commitde4c6f0ef198c47f609406793717fb20d6cc01e9 (patch)
treec0ab4cc927ee8d0e0b61699590cf28d8562ab083
parent73f99bc4424d8b72b88f7f58f418c698a5c29ffc (diff)
Properly indent config file
osmo-config-merge expects only one space indentation for each level and the VTY also outputs the config formatted like that. Change-Id: I9c7a5bc6b3eae955288dada80abc856779ca9336
-rw-r--r--doc/examples/osmo-sip-connector.cfg6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/examples/osmo-sip-connector.cfg b/doc/examples/osmo-sip-connector.cfg
index 550cba6..bf4967e 100644
--- a/doc/examples/osmo-sip-connector.cfg
+++ b/doc/examples/osmo-sip-connector.cfg
@@ -1,6 +1,6 @@
app
mncc
- socket-path /tmp/msc_mncc
+ socket-path /tmp/msc_mncc
sip
- local 0.0.0.0 5060
- remote pbx 5060
+ local 0.0.0.0 5060
+ remote pbx 5060