Mercurial > hg > dml-home
changeset 8:d364e8ee791c
Added DML Cliopatria settings file.
author | samer |
---|---|
date | Sun, 18 Jan 2015 21:25:23 +0000 |
parents | 246f0c73507a |
children | 21dbe74c63bb |
files | var/dml/settings.db |
diffstat | 1 files changed, 43 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/var/dml/settings.db Sun Jan 18 21:25:23 2015 +0000 @@ -0,0 +1,43 @@ +/* Saved settings + Date: Fri Jan 16 12:59:16 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, ['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). + +% 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, fluid_gm).