Skip to content

Commit

Permalink
update env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Nico640 committed Sep 1, 2024
1 parent 4b8a554 commit 4b4cc57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion root/etc/s6-overlay/s6-rc.d/ucrm/run
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export NGINX_VERSION=1.14.2
export PGBOUNCER_VERSION=1.10.0
export UNMS_HOST=127.0.0.1
export UNMS_PORT=8081
export UNMS_VERSION=2.4.93
export UNMS_VERSION=2.4.143
export SUSPEND_PORT=9082
export CLOUD=0
export CLOUD_SMTP_PORT=null
Expand Down

1 comment on commit 4b4cc57

@MarcHagen
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems it will not run with testing.
Im not (yet?) quite sure why this error is thrown. Some stream undefined?

controller-1  | ReferenceError: ReadableStream is not defined
controller-1  |     at Object.<anonymous> (/home/app/unms/node_modules/undici/lib/web/fetch/response.js:527:3)
controller-1  |     at Module._compile (node:internal/modules/cjs/loader:1196:14)
controller-1  |     at Object.Module._extensions..js (node:internal/modules/cjs/loader:1250:10)
controller-1  |     at Module.load (node:internal/modules/cjs/loader:1074:32)
controller-1  |     at Function.Module._load (node:internal/modules/cjs/loader:909:12)
controller-1  |     at Module.require (node:internal/modules/cjs/loader:1098:19)
controller-1  |     at Module.patchedRequire (/home/app/unms/node_modules/require-in-the-middle/index.js:217:27)
controller-1  |     at Module.Hook._require.Module.require (/home/app/unms/node_modules/require-in-the-middle/index.js:142:27)
controller-1  |     at require (node:internal/modules/cjs/helpers:108:18)
controller-1  |     at Object.<anonymous> (/home/app/unms/node_modules/undici/lib/web/fetch/index.js:11:5)
controller-1  |     at Module._compile (node:internal/modules/cjs/loader:1196:14)
controller-1  |     at Object.Module._extensions..js (node:internal/modules/cjs/loader:1250:10)
controller-1  |     at Module.load (node:internal/modules/cjs/loader:1074:32)
controller-1  |     at Function.Module._load (node:internal/modules/cjs/loader:909:12)
controller-1  |     at Module.require (node:internal/modules/cjs/loader:1098:19)
controller-1  |     at Module.patchedRequire (/home/app/unms/node_modules/require-in-the-middle/index.js:217:27)

Please sign in to comment.