Skip to content
Snippets Groups Projects
Commit b2baed40 authored by Tom Käsler's avatar Tom Käsler
Browse files

Disable stomp debug output in production

parent 1c91c0e1
1 merge request!269Disable stomp debug output in production
Pipeline #27659 passed with stages
in 7 minutes and 19 seconds
export const environment = {
name: 'prod',
production: true,
stomp_debug: true
stomp_debug: false
};
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment