APPHOST=localhost
# APPENTRY=index.html
APPLOC=./public
# VIYA_SERVER=your viya server

APPPORT=8080
APPNAME=mcpapp
AUTHFLOW=code
CLIENTID=mcpapp
CLIENTSECRET=jellico

REDIRECT=
# APPDIR=./appDir
HTTPS=true



# Most modern browsers do not accept self-signed certs from localhost
# Options:

# 1. provide signed certificates for localhost
# 2. Use libraries like mkcert to create temporary trusted certs for localhost
# 3. Use the app server as a proxy to the Viya server to avoid CORS issues.
#    This requires that the app redirect all Viya API calls to the app server proxy endpoint
#    Users of restaf can simply set the APPENV_PROXY env to TRUE to enable this behavior
# 4. set USETOKEN to TRUE and use the token in the APPENV object to make the calls
// either use the proper ssl/tsl certs or use the "proxy" method
// to avoid CORS issues with self-signed certs
// so run all apps thru the proxy and call Viya from there
APPENV_PROXY=false


# APPENV_PROXYSERVER=true
# USETOKEN=true
SHOWENV=true

APPENV_XYZ=AA
APPENV_BAD=





