quintodrome/conf/app.conf

16 lines
223 B
Text
Raw Normal View History

2016-02-23 14:41:35 -09:00
appname = github.com/deluan/gosonic
2016-03-09 18:21:11 -09:00
serverName = GoSonic
runMode = dev
autoRender = false
copyRequestBody = true
2016-03-29 20:05:57 -08:00
enableAdmin = false
2016-02-23 20:29:27 -09:00
2016-03-21 13:30:58 -08:00
apiVersion = 1.8.0
[dev]
enableAdmin = true
[test]
2016-03-12 07:28:59 -09:00
enableAdmin = false
httpPort = 8081