Skip to content

Commit

Permalink
Merge pull request #2 from Enflick/SRE-3594-set-token-expiration-env
Browse files Browse the repository at this point in the history
SRE-3594 Setting up token expiration env var
  • Loading branch information
nidhiben authored Sep 26, 2023
2 parents 88e2b0a + 9ad7778 commit 3d606ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/Dockerfile.bionic
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ ENV DEFAULT_PROJECT_ROOT=$STATIC_CONTENT_PROJECTS/$DEFAULT_PROJECT
ENV DEFAULT_PROJECT_RESULTS=$DEFAULT_PROJECT_ROOT/results
ENV DEFAULT_PROJECT_REPORTS=$DEFAULT_PROJECT_ROOT/reports
ENV EXECUTOR_FILENAME=executor.json
ENV ACCESS_TOKEN_EXPIRES_IN_MINS=1440

RUN echo -n $(allure --version) > ${ALLURE_VERSION} && \
echo "ALLURE_VERSION: "$(cat ${ALLURE_VERSION}) && \
Expand Down

0 comments on commit 3d606ae

Please sign in to comment.