Skip to content

Commit

Permalink
🔧 Change microservice configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
DiegoPardoMontero authored Oct 6, 2024
1 parent b410289 commit 5cb48c8
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
spring:
application:
name: events-service
datasource:
url: ${DATASOURCE_URL}
username: ${DATASOURCE_USERNAME}
password: ${DATASOURCE_PASSWORD}
driver-class-name: org.postgresql.Driver
eureka:
client:
enabled: false
name: users-service
config:
import: configserver:http://${CONFIG_IP:localhost}:8888
profiles:
active: ${PROFILE:keveldev}

0 comments on commit 5cb48c8

Please sign in to comment.