diff --git a/resources/.openlp/openlp.conf_posix b/resources/.openlp/openlp.conf_posix new file mode 100644 index 000000000..cf29fae15 --- /dev/null +++ b/resources/.openlp/openlp.conf_posix @@ -0,0 +1,10 @@ +[bible] +suffix name = bible3 + +[main] +themes path = themes +data path = /home//.openlp/data + +[songs] +file name = songs.sqlite +data path = songs diff --git a/resources/.openlp/openlp.conf_win b/resources/.openlp/openlp.conf_win new file mode 100644 index 000000000..eb2cd81e5 --- /dev/null +++ b/resources/.openlp/openlp.conf_win @@ -0,0 +1,10 @@ +[bible] +suffix name = bible3 + +[main] +themes path = themes +data path = c:\\Documents and Settings\\\\Application Data\\.openlp\\data + +[songs] +file name = songs.sqlite +data path = songs