|
@@ -63,6 +63,13 @@ adminurl=%(type)s+%(driver)s://%(adminuser)s:%(adminpassword)s@%(host)s
|
|
; host from where kamcli is used
|
|
; host from where kamcli is used
|
|
accesshost=
|
|
accesshost=
|
|
|
|
|
|
|
|
+; path to the folder with SQL scripts for creating database tables
|
|
|
|
+; - used by `db create` subcommand if not provided via `-s` cli argument
|
|
|
|
+; - example value for mysql: /usr/local/share/kamailio/mysql
|
|
|
|
+; - example value for postgresql: /usr/local/share/kamailio/postgres
|
|
|
|
+; - example value for sqlite: /usr/local/share/kamailio/db_sqlite
|
|
|
|
+scriptsdirectory=/usr/local/share/kamailio/mysql
|
|
|
|
+
|
|
|
|
|
|
### control tool settings
|
|
### control tool settings
|
|
[ctl]
|
|
[ctl]
|