annotate var/dml/settings.db @ 58:085078c8b516

Update settings.
author samer
date Wed, 20 May 2015 16:53:55 +0100
parents c9e06ce25739
children 0fff15c51019
rev   line source
samer@8 1 /* Saved settings
samer@58 2 Date: Fri May 15 13:11:58 2015
samer@8 3 */
samer@8 4
samer@8 5
samer@8 6 % Indentation used goals in the body
samer@8 7 setting(listing:body_indentation, 3).
samer@8 8
samer@8 9 % Distance between tab-stops. 0 uses only spaces
samer@8 10 setting(listing:tab_distance, 3).
samer@8 11
samer@8 12 % Width of a line. 0 is infinite
samer@8 13 setting(listing:line_width, 100).
samer@8 14
samer@8 15 % Number of server threads
@44 16 setting(http:workers, 20).
samer@8 17
samer@8 18 % Default limit for Musicbrainz search and browse queries
samer@8 19 setting(musicbrainz:limit, 40).
samer@8 20
samer@8 21 % Minimum time between Musicbrainz requests
samer@8 22 setting(musicbrainz:min_wait, 0.91).
samer@8 23
samer@8 24 % IP addresses from which remotes are allowed to connect
samer@33 25 setting(pengines:allow_from, [*]).
samer@8 26
samer@42 27 % Soundfont directory
samer@42 28 setting(score:soundfont_dir, "~/lib/sounds/sf2").
samer@8 29
daniel@50 30 % Fluidsynth initialisation file
daniel@50 31 setting(score:fluidsynth_rc, genuser_fs).
samer@58 32
samer@58 33 % Pixels per inch for in browser figures
samer@58 34 setting(matlab:pixels_per_inch, 300).
samer@58 35
samer@58 36 % Keep information to support source-level debugging
samer@58 37 setting(swish:debug_info, true).
samer@58 38
samer@58 39 % Enables automatic semantic web searches for recognised URIs
samer@58 40 setting(crawler:enable_auto_crawl, false).