Skip to content

Commit

Permalink
[Notification-service] Add. Github ci cd environment configs
Browse files Browse the repository at this point in the history
  • Loading branch information
shaikrasheed99 committed Sep 16, 2024
1 parent 3111be4 commit 49bcb47
Showing 1 changed file with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
spring.config.activate.on-profile: github-ci-cd

spring:
datasource:
url: jdbc:postgresql://${DB_HOST}:${DB_PORT}/notifications
username: ${DB_USERNAME}
password: ${DB_PASSWORD}
kafka:
consumer:
bootstrap-servers: ${KAFKA_BROKER_URL}

eureka.client.enabled: false
spring.cloud.loadbalancer.enabled: false

0 comments on commit 49bcb47

Please sign in to comment.