quintodrome/conf/app.conf

28 lines
533 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-03-03 13:36:27 -09:00
enableAdmin = false
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 13:36:27 -09:00
musicFolder=./iTunes1.xml
user=deluan
password=wordpass
dbPath = ./devDb
[dev]
disableValidation = true
enableAdmin = true
[test]
disableValidation = false
httpPort = 8081
user=deluan
password=wordpass
2016-02-29 06:04:30 -09:00
dbPath = /tmp/testDb
2016-03-03 13:36:27 -09:00
musicFolder=./tests/itunes-library.xml