summaryrefslogtreecommitdiff
path: root/configs/samples/cdr_mysql.conf.sample
diff options
context:
space:
mode:
authorSean Bright <sean.bright@gmail.com>2017-12-22 09:14:07 -0500
committerSean Bright <sean.bright@gmail.com>2017-12-22 09:14:07 -0500
commitce3d56920b15facbb64b3caf0d823a3f57c0dded (patch)
tree0ea4a13885afb281237b3747e85eb6315863ae0a /configs/samples/cdr_mysql.conf.sample
parent35a2e09c655f26067db0f51837704886d6ffff78 (diff)
Remove as much trailing whitespace as possible.
Change-Id: I873c1c6d00f447269bd841494459efccdd2c19c0
Diffstat (limited to 'configs/samples/cdr_mysql.conf.sample')
-rw-r--r--configs/samples/cdr_mysql.conf.sample11
1 files changed, 5 insertions, 6 deletions
diff --git a/configs/samples/cdr_mysql.conf.sample b/configs/samples/cdr_mysql.conf.sample
index e15a8ed93..a1f7d38e8 100644
--- a/configs/samples/cdr_mysql.conf.sample
+++ b/configs/samples/cdr_mysql.conf.sample
@@ -4,17 +4,17 @@
; setting hostname=localhost
;
; port and sock are both optional parameters. If hostname is specified
-; and is not "localhost" (you can use address 127.0.0.1 instead), then
-; cdr_mysql will attempt to connect to the port specified or use the
-; default port. If hostname is not specified or if hostname is
-; "localhost", then cdr_mysql will attempt to connect to the socket file
+; and is not "localhost" (you can use address 127.0.0.1 instead), then
+; cdr_mysql will attempt to connect to the port specified or use the
+; default port. If hostname is not specified or if hostname is
+; "localhost", then cdr_mysql will attempt to connect to the socket file
; specified by sock or otherwise use the default socket file.
;
;[global]
;hostname=database.host.name
;dbname=asteriskcdrdb
;table=cdr
-;password=password
+;password=password
;user=asteriskcdruser
;port=3306
;sock=/tmp/mysql.sock
@@ -60,4 +60,3 @@ alias start => calldate
;alias accountcode => <a_field_not_named_accountcode>
;alias userfield => <a_field_not_named_userfield>
;alias uniqueid => <a_field_not_named_uniqueid>
-