Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ private Map<String, Object> createInternal(String type) {
}
internalMap.put(SEE, getFullType(type));
internalMap.put(ATTENTION, """
Membrane is in development mode. For production set <router production="true"> to reduce details in error messages!""");
Membrane is in development mode. Set 'production' to 'true' in your configuration to hide detailed error information in production.""");
Copy link
Member

Choose a reason for hiding this comment

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

Membrane is running in development mode. Enable production mode in the configuration to prevent detailed information from appearing in error responses.

return internalMap;
}

Expand Down
Loading