diff --git a/docker-compose.yml b/docker-compose.yml index 2b24a2d..82971b4 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -8,29 +8,29 @@ services: # the IP of the server running this service. # SSL will automatically be set up and # renewed with LetsEncrypt. - - HOSTNAME=your.host.name + - HOSTNAME=Prostoya24 # [REQUIRED] Email for SSL - - SSL_CONTACT_EMAIL=YourEmail@gmail.com + - SSL_CONTACT_EMAIL=yurakolyhov@gmail.com # Maximum XSS callback payload size # This includes the webpage screenshot, DOM HTML, # page text, and other metadata. Note that if the # payload is above this limit, you won't be notified # of the XSS firing. - - MAX_PAYLOAD_UPLOAD_SIZE_MB=50 + - MAX_PAYLOAD_UPLOAD_SIZE_MB=2048 # Whether or not to enable the web control panel # Set to "false" or remove to disable the web UI. # Useful for minimizing attack surface. - - CONTROL_PANEL_ENABLED=true + - CONTROL_PANEL_ENABLED=false # Whether or not to enable email notifications via # SMTP for XSS payload fires. - SMTP_EMAIL_NOTIFICATIONS_ENABLED=true - SMTP_HOST=smtp.gmail.com - SMTP_PORT=465 - - SMTP_USE_TLS=true - - SMTP_USERNAME=YourEmail@gmail.com - - SMTP_PASSWORD=YourEmailPassword - - SMTP_FROM_EMAIL=YourEmail@gmail.com - - SMTP_RECEIVER_EMAIL=YourEmail@gmail.com + - SMTP_USE_TLS=false + - SMTP_USERNAME=yurakolyhov@gmail.com + - SMTP_PASSWORD=h52t26e2q1Password + - SMTP_FROM_EMAIL=yurakolyhov@gmail.com + - SMTP_RECEIVER_EMAIL=yurakolyhovl@gmail.com # THERE IS NO NEED TO MODIFY BELOW THIS LINE # ------------------------------------------ # FEEL FREE, BUT KNOW WHAT YOU'RE DOING.