Skip to content

Commit 69764da

Browse files
committed
2 parents 31fa005 + 442cb5b commit 69764da

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The definition of the word exceptionless is: to be without exception. [Exception
88
_NOTE: If you simply want to use Exceptionless, just go to [http://exceptionless.io](http://exceptionless.io) and signup for a free account and you will be up and running in seconds._
99

1010
1. You will need to have [Visual Studio 2013](http://www.visualstudio.com/products/visual-studio-community-vs) installed.
11-
2. Start `Elasticsearch`, and `MongoDB` by running `StartBackendServers.bat`.
11+
2. Start `Elasticsearch`, and `MongoDB` by running `StartBackendServers.bat`. *Please ensure that [dynamic scripting is enabled in the elasticsearch.yml file](https://github.com/exceptionless/Exceptionless/blob/master/Libraries/elasticsearch.yml#L12).*
1212
3. Open the `Exceptionless.sln` Visual Studio solution file.
1313
4. Select `Exceptionless.Api` as startup projects.
1414
5. Run the project by pressing `F5` to start the server.

Source/Api/Web.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<appSettings>
1414
<!-- Base url for the ui used to build links in emails and other places. -->
1515
<add key="BaseURL" value="http://localhost:9001/#" />
16-
<!-- Controls whether SSL will be required. -->
16+
<!-- Controls whether SSL is required. Only enable this if you have SSL configured. -->
1717
<add key="EnableSSL" value="false" />
1818
<!--
1919
Dev: Use this mode when debugging. (Outbound emails restricted)
@@ -152,4 +152,4 @@
152152
</dependentAssembly>
153153
</assemblyBinding>
154154
</runtime>
155-
</configuration>
155+
</configuration>

0 commit comments

Comments
 (0)