avatars-api/.env.example

9 lines
156 B
Text
Raw Permalink Normal View History

2024-09-26 01:13:22 -05:00
# 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"