avatars-api/.env.example

8 lines
156 B
Text

# General Config
NODE_ENV="development"
# Server Config
HOST="0.0.0.0"
PORT=3001
API_VERSION=1
ALLOWED_ORIGINS="http://localhost:3000,https://jusemon.com"