Cleaning up configuration file
This commit is contained in:
parent
848809d0df
commit
c990073fc7
1 changed files with 3 additions and 4 deletions
|
|
@ -3,12 +3,13 @@ httpPort = 8080
|
||||||
runMode = dev
|
runMode = dev
|
||||||
autoRender = false
|
autoRender = false
|
||||||
copyRequestBody = true
|
copyRequestBody = true
|
||||||
|
enableAdmin = false
|
||||||
|
|
||||||
apiVersion = 1.0.0
|
apiVersion = 1.0.0
|
||||||
ignoredArticles="The El La Los Las Le Les Os As O A"
|
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)
|
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
|
user=deluan
|
||||||
password=wordpass
|
password=wordpass
|
||||||
dbPath = ./devDb
|
dbPath = ./devDb
|
||||||
|
|
@ -16,13 +17,11 @@ dbPath = ./devDb
|
||||||
[dev]
|
[dev]
|
||||||
disableValidation = true
|
disableValidation = true
|
||||||
enableAdmin = true
|
enableAdmin = true
|
||||||
indexPath = ./gosonic.index
|
|
||||||
|
|
||||||
[test]
|
[test]
|
||||||
disableValidation = false
|
disableValidation = false
|
||||||
httpPort = 8081
|
httpPort = 8081
|
||||||
enableAdmin = false
|
|
||||||
user=deluan
|
user=deluan
|
||||||
password=wordpass
|
password=wordpass
|
||||||
dbPath = /tmp/testDb
|
dbPath = /tmp/testDb
|
||||||
musicFolder=./tests/iTunes.xml
|
musicFolder=./tests/itunes-library.xml
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue