diff options
author | Seshu Kumar M <seshu.kumar.m@huawei.com> | 2019-04-25 14:56:43 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-04-25 14:56:43 +0000 |
commit | a8bce119e8900a95f1f1b61b1caa375a19a2f1a1 (patch) | |
tree | 393e0f1230b875d735b7264a80ee7c8ff7e79b18 /adapters | |
parent | a67fa4c2c5260006b293d51bfd54470106609ce0 (diff) | |
parent | 9be7e16cf43270645a3307aa77b3ffeaf70006cf (diff) |
Merge "Add SO update config file -application.yaml file" into dublin
Diffstat (limited to 'adapters')
-rw-r--r-- | adapters/mso-catalog-db-adapter/src/main/resources/application.yaml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/adapters/mso-catalog-db-adapter/src/main/resources/application.yaml b/adapters/mso-catalog-db-adapter/src/main/resources/application.yaml index 07b000875e..b1528a0897 100644 --- a/adapters/mso-catalog-db-adapter/src/main/resources/application.yaml +++ b/adapters/mso-catalog-db-adapter/src/main/resources/application.yaml @@ -28,7 +28,6 @@ spring: password: ${DB_ADMIN_PASSWORD} outOfOrder: true validateOnMigrate: false - repeatableSqlMigrationPrefix: RATT jpa: show-sql: true hibernate: @@ -53,4 +52,4 @@ management: prometheus: enabled: true # Whether exporting of metrics to Prometheus is enabled. step: 1m # Step size (i.e. reporting frequency) to use. -
\ No newline at end of file + |