Summary Table

Categories Total Count
PII 0
URL 0
DNS 0
EKL 0
IP 0
PORT 0
VsID 0
CF 0
AI 0
VPD 0
PL 0
Other 0

File Content

# Add application specific environment variables here.
# Environment variables must be prefixed with APP_
# to prevent potential system Env Variable Collisions.
# They must also be described.

# Set application operating mode
export APP_MODE=veteran

# Set application internal port
export APP_PORT=8080

# APP_NAME and APP_VERSION are required
export APP_NAME=seoc-api
export CONTEXT_ROOT=var
export CONTEXT_VERSION=v1
export APP_VERSION=1.0.04