Nivel de App
Aprende cómo configurar el control de acceso a nivel de aplicación para tus instancias de Flowise
Last updated
Aprende cómo configurar el control de acceso a nivel de aplicación para tus instancias de Flowise
Last updated
npm install -g flowisenpx flowise start --FLOWISE_USERNAME=user --FLOWISE_PASSWORD=1234cd dockerPORT=3000
FLOWISE_USERNAME=user
FLOWISE_PASSWORD=1234environment:
- PORT=${PORT}
- FLOWISE_USERNAME=${FLOWISE_USERNAME}
- FLOWISE_PASSWORD=${FLOWISE_PASSWORD}FLOWISE_USERNAME=user
FLOWISE_PASSWORD=1234