Skip to content

Commit

Permalink
Release 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Gelb committed Mar 9, 2020
1 parent f129f47 commit a30be93
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions Installer/CleanFiles/ElasticSearchManager.exe.config
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,8 @@
</appSettings>

<connectionStrings>
<add name="stage" connectionString="http://10.147.31.49:9200,http://10.147.31.51:9200,http://10.147.31.52:9200,http://10.147.31.53:9200,http://10.147.31.54:9200,http://10.147.31.55:9200"/>
<add name="prod" connectionString="http://10.147.21.109:9200,http://10.147.21.110:9200,http://10.147.21.111:9200,http://10.147.21.112:9200,http://10.147.21.113:9200,http://10.147.21.114:9200"/>

<add name="newprod" connectionString="http://10.50.136.80:9200,http://10.50.136.81:9200,http://10.50.136.82:9200,http://10.50.136.83:9200,http://10.50.136.84:9200"/>
<add name="newstage" connectionString="http://10.147.36.11:9200,http://10.147.36.12:9200,http://10.147.36.13:9200"/>
<add name="prod" connectionString="http://10.50.136.80:9200,http://10.50.136.81:9200,http://10.50.136.82:9200,http://10.50.136.83:9200,http://10.50.136.84:9200"/>
<add name="stage" connectionString="http://10.147.36.11:9200,http://10.147.36.12:9200,http://10.147.36.13:9200"/>
</connectionStrings>

<userSettings>
Expand Down
2 changes: 1 addition & 1 deletion Installer/Install.iss
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ DisableReadyPage=yes
UninstallDisplayIcon={app}\ElasticSearchManager.exe
OutputBaseFilename=ElasticSearchManagerSetup
AppID=ElasticSearchManager.1
VersionInfoVersion=0.5
VersionInfoVersion=0.6
PrivilegesRequired=lowest

[Files]
Expand Down
Binary file modified Installer/Output/ElasticSearchManagerSetup.exe
Binary file not shown.

0 comments on commit a30be93

Please sign in to comment.