Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Commit

Permalink
disable flyway in spring boot
Browse files Browse the repository at this point in the history
  • Loading branch information
aravindanr committed May 11, 2021
1 parent 6c626e9 commit 1014a3b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docker/server/config/config-mysql-grpc.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
#
# Copyright 2021 Netflix, Inc.
# <p>
# 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
# <p>
# http://www.apache.org/licenses/LICENSE-2.0
# <p>
# 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

Expand All @@ -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
1 change: 1 addition & 0 deletions server/src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

spring.application.name=conductor
springdoc.api-docs.path=/api-docs
spring.flyway.enabled=false

conductor.db.type=memory

Expand Down

0 comments on commit 1014a3b

Please sign in to comment.