Initial commit
This commit is contained in:
8
sample.env-app
Normal file
8
sample.env-app
Normal file
@@ -0,0 +1,8 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user