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
Branches
Tags
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