# You can set environment variables in this file to override package.json "am" object values. # Docs Link : https://www.npmjs.com/package/dotenv/v/16.0.3 # Do not remove below environment variables. NODE_PRESERVE_SYMLINKS=1 NODE_ENV=production # API Maker admin panel frontend will try to connect to backend on this host and "am__port" will be appended automatically. BE_HOST_PORT="http://__ip_address__:38246" # πŸ‘ˆ http://127.0.0.1:38246 or https://example.com BE_WS_HOST_PORT="ws://__ip_address__:38245" # πŸ‘ˆ ws://127.0.0.1:38245 or wss://example.com # Required environment variables. You can set them in package.json also and remove from here. am__serverName="server1" # To go inside the object in package.json am, you can use "__" double underscore. am__processTitle="api_maker_be" am__port="38246" # πŸ‘ˆ API Maker backend will start on this port am__wsPort="801" # πŸ‘ˆ API Maker WebSocket server will start on this port am__cpuCount=1 # __mongo_user__ __mongo_pass__ __mongo_port__ # MONGODB πŸ‘‡(user) πŸ‘‡(pass) πŸ‘‡(IP) πŸ‘‡(port) am__mongo_db_connection="mongodb://mongo_user:SLUFZ5ufe_hAzyRd3aLA@127.0.0.1:38248/api_maker_db?authSource=admin&replicaSet=rs0&directConnection=true" # πŸ‘ˆ Set this am__passJWT="syamoyfmtjlfxsrlotgzyhhepddmifts" # πŸ‘ˆ Set this random am__passDBEncryptDecrypt="syamoyfmtjlfxsrlotgzyhhepddmifts" # πŸ‘ˆ Set this random of 32 characters, it is used to encrypt/decrypt database & repository data. # __redis_port__ __redis_pass__ # πŸ‘‡(port) πŸ‘‡(IP) πŸ‘‡(pass) am__redisInternal='{"nodes": [{port:7479, host:"127.0.0.1", pass: "eUtRxLomuV__rj4KEsb7"}]}' # πŸ‘ˆ Set this # πŸ‘‡ Below is external redis value. You can remove it, you can set it from root user settings. am__redisExternal='{"nodes": [{port:7479, host:"127.0.0.1", pass: "eUtRxLomuV__rj4KEsb7"}], redisValueExpireInSeconds: 7200, maxCharsResToCache: 1000000}' # πŸ‘‡ Below is mongodb logs connection value. You can remove it, you can set it from root user settings. # __mongo_user__ __mongo_pass__ __mongo_port__ # πŸ‘‡(user) πŸ‘‡(pass) πŸ‘‡(IP) πŸ‘‡(port) am__logs__mongo_db_connection_logs="mongodb://mongo_user:SLUFZ5ufe_hAzyRd3aLA@127.0.0.1:38248/api_maker_logs?authSource=admin&replicaSet=rs0&directConnection=true" # πŸ‘‡ Automatically set from download. ⚠️Take it from downloaded api_maker_be am__passCommunication="Homi2F4jPxd__hsLdcse"