ExpressTS_BoilerPlate/.env

7 lines
171 B
Bash

# The ip address the server should listen on
SERVER_HOST=0.0.0.0
# The port to bind the server to
SERVER_PORT=6950
# If development mode should be ON or OFF
DEV_MODE=TRUE