mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-03 11:50:29 +00:00
FS-7191 #resolve #comment edit pgsql example connection string to remove unneeded option that may cause a failure on some systems.
This commit is contained in:
parent
f795acbff2
commit
c16f9ec1d9
@ -152,7 +152,7 @@
|
|||||||
|
|
||||||
<param name="rtp-enable-zrtp" value="true"/>
|
<param name="rtp-enable-zrtp" value="true"/>
|
||||||
|
|
||||||
<!-- <param name="core-db-dsn" value="pgsql://hostaddr=127.0.0.1 dbname=freeswitch user=freeswitch password='' options='-c client_min_messages=NOTICE' application_name='freeswitch'" /> -->
|
<!-- <param name="core-db-dsn" value="pgsql://hostaddr=127.0.0.1 dbname=freeswitch user=freeswitch password='' options='-c client_min_messages=NOTICE'" /> -->
|
||||||
<!-- <param name="core-db-dsn" value="dsn:username:password" /> -->
|
<!-- <param name="core-db-dsn" value="dsn:username:password" /> -->
|
||||||
<!--
|
<!--
|
||||||
Allow to specify the sqlite db at a different location (In this example, move it to ramdrive for
|
Allow to specify the sqlite db at a different location (In this example, move it to ramdrive for
|
||||||
|
Loading…
x
Reference in New Issue
Block a user