Skip to content

Commit 1cd9134

Browse files
committed
corrections tests
1 parent a94b7eb commit 1cd9134

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

endpoint-insights-api/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ LABEL org.opencontainers.image.description="EndpointInsights"
2424

2525
RUN groupadd -r endpointinsights && useradd -r -g endpointinsights endpointinsights
2626

27-
RUN apt-get update && apt-get install -y curl && rm -rf /var/lib/apt/lists/*
27+
RUN apt-get update && apt-get install -y curl git && rm -rf /var/lib/apt/lists/*
2828

2929
RUN curl -L https://archive.apache.org/dist/jmeter/binaries/apache-jmeter-5.6.3.tgz \
3030
| tar -xz -C /opt && \

endpoint-insights-api/src/main/resources/application.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ spring:
2222
auth: ${MAIL_SMTP_AUTH:true}
2323
starttls:
2424
enable: ${MAIL_SMTP_STARTTLS:true}
25+
ssl:
26+
enable: ${MAIL_SMTP_SSL:true}
2527

2628
security:
2729
oauth2:

0 commit comments

Comments
 (0)