Platform_9_and_3_quarters/platform9and3quarters.config.tmpl

23 lines
590 B
Cheetah
Raw Normal View History

2023-08-15 07:39:32 +00:00
SIGNURL="https://thecompany.woffu.com/api/signs"
APIURL="https://app.woffu.com"
CURLBIN="/usr/bin/curl -s"
RANDOMIZE=500
USERNAME="jholgado@thecompany.net"
PASSWORD="thepassword"
CYPHEREDUSERNAME="the CYPHEREDUSERNAME"
SMTPHOST="mta.thecompany.com"
SMTPUSER="smtp user"
SMTPPASS="smpt host"
MAILXBIN="/usr/bin/s-nail"
2023-08-15 07:42:54 +00:00
declare -a MANDATORYHEADERS
MANDATORYHEADERS=( 'Accept: application/json, text/plain, */*' 'Content-Type: application/json;charset=UTF-8' )
declare -a SIGNINHEADERS
SIGNINHEADERS=( 'Origin: https://thecompany.woffu.com' 'Host: thecompany.woffu.com:443' 'Expect:' )