Skip to content

Commit 16e2471

Browse files
committed
fix: env-vars for application.yaml
1 parent 4096058 commit 16e2471

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,12 @@
107107
<version>2.5.0</version>
108108
</dependency>
109109

110+
111+
<dependency>
112+
<groupId>org.springframework.boot</groupId>
113+
<artifactId>spring-boot-starter-actuator</artifactId>
114+
</dependency>
115+
110116
</dependencies>
111117

112118

src/main/resources/application.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ application:
44

55
volodb:
66
minio:
7-
url: http://minio:${MINIO_PORT}
8-
access-key: ${MINIO_ACCESS_KEY}
9-
secret-key: ${MINIO_SECRET_KEY}
7+
url: http://minio:9000
8+
access-key: hnvDi0J0TkJzIveMpUx7
9+
secret-key: GKgCXqOE7Y7E9TpeT3BCdrfFEHNhrQrXdVyHJNZu
1010

1111
spring:
1212
application:

0 commit comments

Comments
 (0)