APPHOST=localhost
# APPENTRY=index.html
APPLOC=./public
# VIYA_SERVER=
# VIYA_SERVER=none
APPPORT=8080
APPNAME=viyaapp
AUTHFLOW=server
CLIENTID=viyaapp
CLIENTSECRET=jellico
REDIRECT=
# APPDIR=./appDir
HTTPS=true
VIYA_SERVER=https://viya-00m2kebi2b.engage.sas.com

// browsers do not accept self-signed certs from localhost
// so run all apps thru the proxy and call Viya from there

APPENV_PROXYSERVER=https://localhost:8080/viyaapp/proxy
USETOKEN=YES
SHOWENV=YES

APPENV_XYZ=AA
APPENV_BAD=





