Skip to content

Commit

Permalink
default to public host name for openshift resolver
Browse files Browse the repository at this point in the history
  • Loading branch information
jstrachan committed Sep 13, 2013
1 parent dc144da commit 23e943e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hawtio-web/src/main/webapp/app/fabric/js/schemaConfigure.ts
Expand Up @@ -73,7 +73,9 @@ module Fabric {
delete schema.properties['bindAddress'];
delete schema.properties['hostNameContext'];


schema.properties['serverUrl']['default'] = 'openshift.redhat.com';
schema.properties['resolver']['default'] = 'publichostname';
schema.properties['password']['type'] = 'password';

bulkSet(schema, ['serverUrl', 'login', 'password', 'domain'], 'required', true);
Expand Down

0 comments on commit 23e943e

Please sign in to comment.