Skip to content

Commit

Permalink
BZ-1006411 - Hardcoded references to "localhost:8080"
Browse files Browse the repository at this point in the history
 - removed property
  • Loading branch information
krisv committed Nov 28, 2013
1 parent 1d20e6e commit 1ad2245
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -221,8 +221,6 @@ private ConfigGroup getGlobalConfiguration() {
"true" ) );
group.addConfigItem( configurationFactory.newConfigItem( "rule-modeller-onlyShowDSLStatements",
"false" ) );
group.addConfigItem( configurationFactory.newConfigItem( "designer.url",
"http://localhost:8080" ) );
group.addConfigItem( configurationFactory.newConfigItem( "designer.context",
"designer" ) );
group.addConfigItem( configurationFactory.newConfigItem( "designer.profile",
Expand Down

0 comments on commit 1ad2245

Please sign in to comment.