Skip to content

Commit

Permalink
Commenting out port - not needed defaults to 9300 anyway
Browse files Browse the repository at this point in the history
  • Loading branch information
amilward committed Jul 25, 2017
1 parent f7e9aa4 commit cc18f12
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ environments {
grails.plugin.console.enabled = true
// mc.search.elasticsearch.host = "127.0.0.1"
// Elasticsearch bind port, defaults to 9300
mc.search.elasticsearch.port = "9300"
// mc.search.elasticsearch.port = "9300"
mc.search.elasticsearch.local="${System.getProperty('java.io.tmpdir')}/${Metadata.getCurrent().getApplicationName()}/${Metadata.getCurrent().getApplicationVersion()}/es${System.currentTimeMillis()}"
mc.css.custom = """
/* green for dev mode to show it's safe to do any changes */
Expand Down

0 comments on commit cc18f12

Please sign in to comment.