There was an error while loading. Please reload this page.
1 parent a94b7eb commit 1cd9134Copy full SHA for 1cd9134
2 files changed
endpoint-insights-api/Dockerfile
@@ -24,7 +24,7 @@ LABEL org.opencontainers.image.description="EndpointInsights"
24
25
RUN groupadd -r endpointinsights && useradd -r -g endpointinsights endpointinsights
26
27
-RUN apt-get update && apt-get install -y curl && rm -rf /var/lib/apt/lists/*
+RUN apt-get update && apt-get install -y curl git && rm -rf /var/lib/apt/lists/*
28
29
RUN curl -L https://archive.apache.org/dist/jmeter/binaries/apache-jmeter-5.6.3.tgz \
30
| tar -xz -C /opt && \
endpoint-insights-api/src/main/resources/application.yaml
@@ -22,6 +22,8 @@ spring:
22
auth: ${MAIL_SMTP_AUTH:true}
23
starttls:
enable: ${MAIL_SMTP_STARTTLS:true}
+ ssl:
+ enable: ${MAIL_SMTP_SSL:true}
security:
oauth2:
0 commit comments