Initial commit

This commit is contained in:
david.hon
2023-04-17 10:20:39 +08:00
parent 164373aa05
commit 8c78c2ad98
54 changed files with 23165 additions and 2 deletions

8
sample.env-app Normal file
View 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