Skip to content

Commit

Permalink
Default the clientkey to the usual default
Browse files Browse the repository at this point in the history
that is used everywhere else, for example in the default config of the
pipeline cli
  • Loading branch information
egli authored and bertfrees committed Oct 9, 2017
1 parent 91a547c commit 387ca2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ LABEL maintainer="DAISY Consortium (http://www.daisy.org/)"
COPY --from=builder /usr/src/daisy-pipeline2/target/pipeline2-*_linux/daisy-pipeline /opt/daisy-pipeline2
ENV PIPELINE2_LOCAL=false \
PIPELINE2_AUTH=true \
PIPELINE2_AUTH_CLIENTKEY=clientkey \
PIPELINE2_AUTH_CLIENTKEY=clientid \
PIPELINE2_AUTH_CLIENTSECRET=sekret
EXPOSE 8181
ENTRYPOINT ["/opt/daisy-pipeline2/bin/pipeline2"]

0 comments on commit 387ca2c

Please sign in to comment.