This repository has been archived on 2024-10-29. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
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