You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PRIMERO_MESSAGE_SECRET is not set in local.env.sample.development file.
Steps to reproduce
cd docker
cp local.env.sample.development local.env
./build.sh all
./compose.local.sh up
Application does not run because in the script check_required_variables function of the entrypoint.sh of the docker/application/root this variable is required.
Proposed solution:
Add PRIMERO_MESSAGE_SECRET to the example file.
The text was updated successfully, but these errors were encountered:
PRIMERO_MESSAGE_SECRET is not set in local.env.sample.development file.
Steps to reproduce
Application does not run because in the script
check_required_variables
function of theentrypoint.sh
of the docker/application/root this variable is required.Proposed solution:
Add PRIMERO_MESSAGE_SECRET to the example file.
The text was updated successfully, but these errors were encountered: