2
1
mirror of https://github.com/Thream/file-uploads-api.git synced 2024-07-06 21:00:10 +02:00
file-uploads-api/.env.example

7 lines
140 B
Plaintext
Raw Normal View History

2023-07-22 16:24:52 +02:00
COMPOSE_PROJECT_NAME=thream-file-uploads-api
2022-04-08 21:35:27 +02:00
API_KEY=apiKeySecret
API_URL=http://localhost:8000
HOST=0.0.0.0
NODE_ENV=development
PORT=8000