# Use this file to store your Password Pusher environment variables and pass to the # Docker container. # # This can be passed to docker as: # docker run -d --env-file ./pwpush-docker-env-file pglombardo/pwpush:latest # # This is not an authoritative list of possible environment variables. # Authoritative reference (commented PWP__... entries): # https://github.com/pglombardo/PasswordPusher/blob/master/docker-compose.yml # Docs: https://docs.pwpush.com/docs/self-hosted-configuration/ # Upgrading from 1.x: https://github.com/pglombardo/PasswordPusher/blob/master/UPGRADE-2.0.md # # Docker syntax for this file is described here: # https://docs.docker.com/compose/environment-variables/env-file/ # # Web sign-in: omit PWP__DISABLE_LOGINS or set false (see docker-compose.yml) # PWP__MAIL__RAISE_DELIVERY_ERRORS=true # PWP__MAIL__SMTP_ADDRESS= # PWP__MAIL__SMTP_PORT= # PWP__MAIL__SMTP_USER_NAME= # PWP__MAIL__SMTP_PASSWORD= # PWP__MAIL__SMTP_AUTHENTICATION=plain # PWP__MAIL__SMTP_STARTTLS=true # PWP__MAIL__SMTP_OPEN_TIMEOUT=10 # PWP__MAIL__SMTP_READ_TIMEOUT=10 # PWP__HOST_DOMAIN= # PWP__HOST_PROTOCOL= # PWP__MAIL__MAILER_SENDER="Sender Name" # PWP__ENABLE_FILE_PUSHES=true # PWP__FILES__STORAGE=local # PWP__FILES__S3__ENDPOINT= # PWP__FILES__S3__ACCESS_KEY_ID= # PWP__FILES__S3__SECRET_ACCESS_KEY= # PWP__FILES__S3__REGION= # PWP__FILES__S3__BUCKET= # PWP__FILES__EXPIRE_AFTER_DAYS_DEFAULT=2 # PWP__FILES__EXPIRE_AFTER_DAYS_MAX=7 # PWP__FILES__EXPIRE_AFTER_VIEWS_DEFAULT=5 # PWP__FILES__EXPIRE_AFTER_VIEWS_MAX=10 # PWP__FILES__RETRIEVAL_STEP_DEFAULT=true # PWP__ENABLE_URL_PUSHES=true