diff options
-rw-r--r-- | mythfs/etc/icebox.config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mythfs/etc/icebox.config b/mythfs/etc/icebox.config index 1ccda40..2dff484 100644 --- a/mythfs/etc/icebox.config +++ b/mythfs/etc/icebox.config @@ -2,5 +2,5 @@ IceBox.Service.MythFS=mythfs:createIceTrayService IceBox.InheritProperties=1 MythFS.ThreadPool.Size=2 MythFS.ThreadPool.SizeMax=10 -MythFS.Database.ConnectionString="server=mysql;user=mythtv;database=mythconverg;password=mythpass" -MythFS.Endpoints="tcp -p 4001" +MythFS.Database.ConnectionString=server=mysql;user=mythtv;database=mythconverg;password=mythpass +MythFS.Endpoints=tcp -p 4001 |