Private GIT

Skip to content
Snippets Groups Projects
Select Git revision
  • 38421aac0be98799f8b759c219e21b89b44f1362
  • master default protected
  • development
  • MonTest
  • gh-pages
  • ThePirateBay
  • Pistachitos
  • custom_naming
  • dataTables
  • libdirs
  • nzbs_org_transition
  • api
  • timezones
  • adel-0002
  • adel-0001
  • build-497
  • build-496
  • build-495
  • build-494
  • build-493
  • build-492
  • build-491
  • build-490
  • build-489
  • build-488
  • build-487
  • build-486
  • build-485
  • build-484
  • build-483
  • build-482
  • build-481
  • build-480
33 results

readme.md

Blame
  • .env 239 B
    SERVER=0.0.0.0
    PORT=8080
    GIN_MODE=release
    
    WG_CONF_DIR=./wireguard
    WG_INTERFACE_NAME=wg0.conf
    
    SMTP_HOST=smtp.gmail.com
    SMTP_PORT=587
    SMTP_USERNAME=account@gmail.com
    SMTP_PASSWORD="*************"
    SMTP_FROM="Wg Gen Web <account@gmail.com>"