view 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 source
/*  Saved settings
    Date: Mon Feb 16 12:46:19 2015
*/


%	Indentation used goals in the body
setting(listing:body_indentation, 3).

%	Distance between tab-stops.  0 uses only spaces
setting(listing:tab_distance, 3).

%	Width of a line.  0 is infinite
setting(listing:line_width, 100).

%	Number of server threads
setting(http:workers, 8).

%	Application name
setting(htmlutils:appname, "DML").

%	Default limit for Musicbrainz search and browse queries
setting(musicbrainz:limit, 40).

%	Minimum time between Musicbrainz requests
setting(musicbrainz:min_wait, 0.91).

%	IP addresses from which remotes are allowed to connect
setting(pengines:allow_from, [*]).

%	Decoration for AudioFile URIs
setting(audio_ui:audiofile_decoration, player).

%	Default width of rendered score in mm
setting(score_ui:default_width, 210).

%	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).