Updated auth service path.

Change-Id: I8f0001919abd9dbd46bf701334e5d7749165d312
diff --git a/src/main/resources/default-config.xml b/src/main/resources/default-config.xml
index c401ed4..98a5d92 100644
--- a/src/main/resources/default-config.xml
+++ b/src/main/resources/default-config.xml
@@ -95,7 +95,8 @@
 	<!-- to configure database for sqlite, mysql, etc. migrations -->
 	<bean id="flyway" class="org.flywaydb.core.Flyway" init-method="migrate">
 		<property name="baselineOnMigrate" value="false" />
-		<property name="validateOnMigrate" value="false" />
+		<!-- <property name="validateOnMigrate" value="false" /> -->
+		<!-- <property name="cleanOnValidationError" value="true" /> -->
 		<property name="locations" value="${jdbc.schemaPath}" />
 		<property name="dataSource" ref="dataSource" />
 	</bean>