9 lines
269 B
Plaintext
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
|