Skip to content

Commit

Permalink
Set production mode to true.
Browse files Browse the repository at this point in the history
  • Loading branch information
khituras committed Sep 20, 2024
1 parent 8222f05 commit 2b098af
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public static void contributeFactoryDefaults(

// This is something that should be removed when going to production, but is useful
// in the early stages of development.
configuration.override(SymbolConstants.PRODUCTION_MODE, false);
configuration.override(SymbolConstants.PRODUCTION_MODE, true);

// This symbol is meant to be controlled through a configuration properties file (loaded with the contributed
// symbol source at the top). This is here to give a default value when the property is not included in the
Expand Down

0 comments on commit 2b098af

Please sign in to comment.