@sava-info-systems/api-maker-with-extensions 1.7.0 → 1.8.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/local.env CHANGED
@@ -11,6 +11,7 @@ BE_HOST_PORT="http://127.0.0.1:38246" # 👈 http://127.0.0.1:38246 or https://e
11
11
  # Required environment variables. You can set them in package.json also and remove from here.
12
12
  am__serverName=server1 # To go inside the object in package.json am, you can use "__" double underscore.
13
13
  am__processTitle=api_maker_be
14
+ am__logFilePath=/root/logs/api_maker_be.txt
14
15
  am__port=38246
15
16
  am__wsPort=38245
16
17
  am__cpuCount=1