This repository has been archived on 2024-10-29. You can view files and clone it, but cannot push or open issues or pull requests.
file-uploads-api/.env.example

7 lines
140 B
Plaintext

COMPOSE_PROJECT_NAME=thream-file-uploads-api
API_KEY=apiKeySecret
API_URL=http://localhost:8000
HOST=0.0.0.0
NODE_ENV=development
PORT=8000