samer@8: /* Saved settings samer@33: Date: Mon Feb 16 12:46:19 2015 samer@8: */ samer@8: samer@8: samer@8: % Indentation used goals in the body samer@8: setting(listing:body_indentation, 3). samer@8: samer@8: % Distance between tab-stops. 0 uses only spaces samer@8: setting(listing:tab_distance, 3). samer@8: samer@8: % Width of a line. 0 is infinite samer@8: setting(listing:line_width, 100). samer@8: samer@8: % Number of server threads samer@8: setting(http:workers, 8). samer@8: samer@8: % Application name samer@8: setting(htmlutils:appname, "DML"). samer@8: samer@8: % Default limit for Musicbrainz search and browse queries samer@8: setting(musicbrainz:limit, 40). samer@8: samer@8: % Minimum time between Musicbrainz requests samer@8: setting(musicbrainz:min_wait, 0.91). samer@8: samer@8: % IP addresses from which remotes are allowed to connect samer@33: setting(pengines:allow_from, [*]). samer@8: samer@8: % Decoration for AudioFile URIs samer@8: setting(audio_ui:audiofile_decoration, player). samer@8: samer@8: % Default width of rendered score in mm samer@8: setting(score_ui:default_width, 210). samer@8: samer@8: % Soundfont directory samer@8: setting(score_ui:soundfont_dir, "~/lib/sounds/sf2"). samer@33: samer@33: % Fluidsynth initialisation file samer@33: setting(score_ui:fluidsynth_rc, piano). samer@33: samer@33: % Pixels per inch for in browser figures samer@33: setting(matlab:pixels_per_inch, 300).