Skip to content

Commit

Permalink
installer
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Gelb committed Nov 23, 2020
1 parent 3511053 commit bfda4ce
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Installer/CleanFiles/ElasticSearchManager.exe.config
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
</appSettings>

<connectionStrings>
<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"/>
<add name="prod" connectionString="http://10.147.21.106:9200;userid=;password="/>
<add name="dev" connectionString="http://rw-es-oc2-d01:9200;userid=;password=" />
</connectionStrings>

<userSettings>
Expand Down
4 changes: 2 additions & 2 deletions Installer/Install.iss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[Setup]
AppName=Elastic Search Manager
AppVerName=ElasticSearchManager
AppCopyright=Copyright (C) 2019-2020 Robert Gelb
AppCopyright=Copyright (C) 2019-2021 Robert Gelb
AppPublisher=Robert Gelb
DefaultDirName={userpf}\ElasticSearchManager
DisableDirPage=yes
Expand All @@ -10,7 +10,7 @@ DisableReadyPage=yes
UninstallDisplayIcon={app}\ElasticSearchManager.exe
OutputBaseFilename=ElasticSearchManagerSetup
AppID=ElasticSearchManager.1
VersionInfoVersion=0.7.1
VersionInfoVersion=0.7.2
PrivilegesRequired=lowest

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

0 comments on commit bfda4ce

Please sign in to comment.