diff --git a/docker/server/config/config-mysql-grpc.properties b/docker/server/config/config-mysql-grpc.properties index 6b09039dc4..39a366428a 100755 --- a/docker/server/config/config-mysql-grpc.properties +++ b/docker/server/config/config-mysql-grpc.properties @@ -1,3 +1,16 @@ +# +# Copyright 2021 Netflix, Inc. +#

+# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +#

+# http://www.apache.org/licenses/LICENSE-2.0 +#

+# Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on +# an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the +# specific language governing permissions and limitations under the License. +# + # Servers. conductor.grpc-server.enabled=true @@ -20,3 +33,6 @@ conductor.elasticsearch.url=http://es:9200 # Name of the elasticsearch cluster conductor.elasticsearch.indexName=conductor + +# Load sample kitchen sink workflow +loadSample=true diff --git a/server/src/main/resources/application.properties b/server/src/main/resources/application.properties index 364bfbf6d3..05ef8470c9 100644 --- a/server/src/main/resources/application.properties +++ b/server/src/main/resources/application.properties @@ -13,6 +13,7 @@ spring.application.name=conductor springdoc.api-docs.path=/api-docs +spring.flyway.enabled=false conductor.db.type=memory