Update standalone docs as out of date with current API

Alastair Crabtree
2018-05-16 23:32:11 +01:00
parent 10be63c900
commit 610a9d3398

@@ -23,9 +23,12 @@ class Program
static void Main(string[] args) static void Main(string[] args)
{ {
// see source code for all the possible properties // see source code for all the possible properties
var settings = new FluentMockServerSettings { }; var settings = new FluentMockServerSettings
bool allowPartialMapping = true; {
StandAloneApp.Start(settings, allowPartialMapping); AllowPartialMapping=true,
StartAdminInterface=true
};
StandAloneApp.Start(settings);
Console.WriteLine("Press any key to stop the server"); Console.WriteLine("Press any key to stop the server");
Console.ReadKey(); Console.ReadKey();