Skip to content

Commit 1f6f7a6

Browse files
committed
cambios BD
1 parent 3fb5bd9 commit 1f6f7a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CI para Spring Boot con Testcontainers
1+
name: CI para API REST de springboot 3
22

33
on:
44
push:

src/main/resources/application.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ spring:
55
virtual:
66
enabled: true
77
datasource:
8-
url: jdbc:postgresql://localhost:5432/postgres
8+
url: jdbc:postgresql://${DB_HOST}:${DB_PORT}/${DB_NAME}
99
username: ${DB_USER}
1010
password: ${DB_PASSWORD}
1111
jpa:

0 commit comments

Comments
 (0)