Skip to content

Commit

Permalink
Merge pull request #162 from advancedtelematic/feat/OTA-3654/remove-a…
Browse files Browse the repository at this point in the history
…lready-run-migration

[OTA-4506] Remove already run blacklist migration.
  • Loading branch information
houcros authored Feb 13, 2020
2 parents 81a02b5 + d23f80e commit 2fab8ec
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 197 deletions.
8 changes: 0 additions & 8 deletions src/main/resources/application.conf
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,6 @@ server {
port = ${?BIND_PORT}
}

sota_core = {
host = "localhost"
host = ${?SOTA_CORE_HOST}
port = 8080
port = ${?SOTA_CORE_PORT}
uri = "http://"${sota_core.host}":"${sota_core.port}
}

main {
defaultNs = "default"
defaultNs = ${?DEFAULT_NAMESPACE}
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit 2fab8ec

Please sign in to comment.