Summary Table
| Categories |
Total Count |
| PII |
0 |
| URL |
0 |
| DNS |
0 |
| EKL |
0 |
| IP |
0 |
| PORT |
2 |
| 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.
#
# Example:
#
# Set application operating mode
# APP_MODE=veteran
#
# Set application internal port
# APP_PORT=
PORT
#
# export APP_MODE
# export APP_PORT
# APP_NAME and APP_VERSION are required
export APP_NAME=my-va-images
export APP_VERSION=1.0.7
export APP_PORT=
PORT