diff var/dml/settings.db @ 33:f6dc7a0bb309

Changes to config.
author samer
date Sat, 21 Feb 2015 02:08:36 +0000
parents bdcb2143981e
children 0d884d5d3376
line wrap: on
line diff
--- a/var/dml/settings.db	Sun Feb 15 01:04:50 2015 +0000
+++ b/var/dml/settings.db	Sat Feb 21 02:08:36 2015 +0000
@@ -1,5 +1,5 @@
 /*  Saved settings
-    Date: Thu Feb 12 01:52:40 2015
+    Date: Mon Feb 16 12:46:19 2015
 */
 
 
@@ -25,10 +25,7 @@
 setting(musicbrainz:min_wait, 0.91).
 
 %	IP addresses from which remotes are allowed to connect
-setting(pengines:allow_from, ['127.0.0.1','192.168.1.68','192.168.1.76']).
-
-%	Pixels per inch for in browser figures
-setting(matlab:pixels_per_inch, 300).
+setting(pengines:allow_from, [*]).
 
 %	Decoration for AudioFile URIs
 setting(audio_ui:audiofile_decoration, player).
@@ -38,3 +35,9 @@
 
 %	Soundfont directory
 setting(score_ui:soundfont_dir, "~/lib/sounds/sf2").
+
+%	Fluidsynth initialisation file
+setting(score_ui:fluidsynth_rc, piano).
+
+%	Pixels per inch for in browser figures
+setting(matlab:pixels_per_inch, 300).