This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
RANDOMKEY=$(tr -dc A-Za-z0-9 </dev/urandom | head -c 1024) | |
export LAMBDA=false | |
export KEY=${RANDOMKEY} | |
export WEBSITE_URL=URL | |
export STATIC_URL=/static | |
export DOMAINS=URLS | |
export RESTOREREALIP=true | |
export BLACKLISTED=s6l1vv4hec.us | |
export MAIL_TYPE=smtp |