Skip to content
This repository has been archived by the owner on Jan 11, 2024. It is now read-only.

Commit

Permalink
Merge pull request #12 from aasaru/FINCN-180
Browse files Browse the repository at this point in the history
FINCN-180 remove tenant-specific data source from configuration
  • Loading branch information
aasaru committed Oct 17, 2019
2 parents a585739 + 159cde2 commit a57c7f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions service/src/main/resources/application.yml
Expand Up @@ -23,16 +23,13 @@ spring:
enabled: false
config:
enabled: false
datasource:
driver-class-name: org.postgresql.Driver
url: jdbc:postgresql://localhost:5432/playground
username: postgres
password: postgres

eureka:
client:
serviceUrl:
defaultZone: http://localhost:8761/eureka/
instance:
homePageUrl: "http://${eureka.hostname}:2029/reporting/v1/"

server:
port: 2029
Expand Down
2 changes: 1 addition & 1 deletion shared.gradle
Expand Up @@ -83,7 +83,7 @@ artifactory {
}
}
}
artifactoryPublish.dependsOn('clean','publishToMavenLocal')
artifactoryPublish.dependsOn('publishToMavenLocal')

license {
header rootProject.file('../HEADER')
Expand Down

0 comments on commit a57c7f5

Please sign in to comment.