quintodrome/conf/app.conf

29 lines
552 B
Text
Raw Normal View History

2016-02-23 14:41:35 -09:00
appname = github.com/deluan/gosonic
httpPort = 8080
runMode = dev
autoRender = false
copyRequestBody = true
2016-02-23 20:29:27 -09:00
apiVersion = 1.0.0
2016-02-26 23:35:01 -09:00
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)
2016-03-03 06:34:17 -09:00
musicFolder=./iTunes.xml
user=deluan
password=wordpass
dbPath = ./devDb
[dev]
disableValidation = true
enableAdmin = true
indexPath = ./gosonic.index
[test]
disableValidation = false
httpPort = 8081
enableAdmin = false
user=deluan
password=wordpass
2016-02-29 06:04:30 -09:00
dbPath = /tmp/testDb
musicFolder=./tests/iTunes.xml