fix config file

This commit is contained in:
Simon Morlat 2016-11-17 15:19:05 +01:00
parent 8660efcfad
commit 2508ed05fe

View file

@ -46,7 +46,7 @@ transports=sip:* sips:*;tls-certificates-dir=certificates/cn sips:*:5062;tls-cer
# An absolute path of a directory where TLS server certificate and
# private key can be found, concatenated inside an 'agent.pem' file.
# Default value: /etc/flexisip/tls
tls-certificates-dir=/etc/flexisip/tls/certificates/cn
tls-certificates-dir=./certificates/cn
#tls-certificates-dir=/media/sf_workspaces/workspace-macosx/flexisip
##
@ -137,12 +137,12 @@ datasource=/etc/flexisip/userdb.conf
# :domain (the authorization realm) and :authid (the authorization
# username). The use of the :id parameter is mandatory.
# Default value: select password from accounts where id = :id and domain = :domain and authid=:authid
request=select password from accounts where id = :id and domain = :domain and authid=:authid
#request=select password from accounts where id = :id and domain = :domain and authid=:authid
# Use pooling in odbc
# Default value: true
odbc-pooling=true
#odbc-pooling=true
# Duration of the validity of the credentials added to the cache