mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-13 15:14:49 -06:00
feat: added option to generate qrcode as soon as the instance is created
This commit is contained in:
parent
c63da9cd6e
commit
fdc72bc84e
@ -1,7 +1,5 @@
|
||||
FROM node:16.18-alpine
|
||||
|
||||
USER root
|
||||
|
||||
RUN apk update && apk upgrade && \
|
||||
apk add --no-cache git
|
||||
|
||||
@ -71,7 +69,6 @@ ENV CONFIG_SESSION_PHONE_NAME="Chrome"
|
||||
|
||||
ENV QRCODE_LIMIT=$QRCODE_LIMIT
|
||||
|
||||
# ENV AUTHENTICATION_TYPE="apikey"
|
||||
ENV AUTHENTICATION_TYPE=$AUTHENTICATION_TYPE
|
||||
|
||||
ENV AUTHENTICATION_API_KEY=$AUTHENTICATION_API_KEY
|
||||
|
Loading…
Reference in New Issue
Block a user