Cleaning up configuration file
This commit is contained in:
+3
-4
@@ -3,12 +3,13 @@ httpPort = 8080
|
||||
runMode = dev
|
||||
autoRender = false
|
||||
copyRequestBody = true
|
||||
enableAdmin = false
|
||||
|
||||
apiVersion = 1.0.0
|
||||
ignoredArticles="The El La Los Las Le Les Os As O A"
|
||||
indexGroups=A B C D E F G H I J K L M N O P Q R S T U V W X-Z(XYZ)
|
||||
|
||||
musicFolder=./iTunes.xml
|
||||
musicFolder=./iTunes1.xml
|
||||
user=deluan
|
||||
password=wordpass
|
||||
dbPath = ./devDb
|
||||
@@ -16,13 +17,11 @@ dbPath = ./devDb
|
||||
[dev]
|
||||
disableValidation = true
|
||||
enableAdmin = true
|
||||
indexPath = ./gosonic.index
|
||||
|
||||
[test]
|
||||
disableValidation = false
|
||||
httpPort = 8081
|
||||
enableAdmin = false
|
||||
user=deluan
|
||||
password=wordpass
|
||||
dbPath = /tmp/testDb
|
||||
musicFolder=./tests/iTunes.xml
|
||||
musicFolder=./tests/itunes-library.xml
|
||||
|
||||
Reference in New Issue
Block a user