boilerplate-nestjs-api-crud/sample.env-app
2023-04-17 10:20:39 +08:00

9 lines
269 B
Plaintext

# This is the sample of .env for Node.js App (Federation API)
# Copy this file to .env and change the following content as needed
# For local docker-compose dev env, use .env-app instead of .env
LOG_LEVEL=debug
APP_PORT=3000
SWAGGER_SERVER_PATH=/
ENABLE_SWAGGER=true