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

6 lines
105 B
Plaintext

HOST='0.0.0.0'
PORT='8000'
NODE_ENV='development'
API_URL='http://localhost:8000'
API_KEY='apiKeySecret'