update examples with new API parameter

This commit is contained in:
Joel Wetzell
2026-03-26 15:24:46 -05:00
parent 2f3ee647ef
commit aa79150507
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -10,6 +10,7 @@ This config starts an SIP server listening on port `5060`. Any incoming call wil
export const example = ` export const example = `
api: api:
enabled: true
port: 8080 port: 8080
modules: modules:
- id: sip - id: sip
@@ -11,6 +11,7 @@ This config starts an HTTP server listening on port `3000`. Any HTTP request com
export const example = ` export const example = `
api: api:
enabled: true
port: 8080 port: 8080
modules: modules:
- id: http - id: http