From c990073fc75b19029a73b9ba68e8f137bf8530a9 Mon Sep 17 00:00:00 2001 From: Deluan Date: Thu, 3 Mar 2016 17:36:27 -0500 Subject: [PATCH] Cleaning up configuration file --- conf/app.conf | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/conf/app.conf b/conf/app.conf index a447bbe7e..41f5c3203 100644 --- a/conf/app.conf +++ b/conf/app.conf @@ -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