Skip to content
Snippets Groups Projects
Commit ed5c43ee authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

Updated sample config

parent 564ebfb3
No related branches found
No related tags found
No related merge requests found
...@@ -177,8 +177,10 @@ public class NaerstadModel extends I18nImpl implements Model{ ...@@ -177,8 +177,10 @@ public class NaerstadModel extends I18nImpl implements Model{
@Override @Override
public String getSampleConfig() { public String getSampleConfig() {
return "{\n" + return "{\n" +
"\t\"username\":\"example\",\n" + "\t\"loginInfo\":{\n" +
"\t\"password\":\"example\",\n" + "\t\t\"username\":\"example\",\n" +
"\t\t\"password\":\"example\"\n" +
"\t},\n" +
"\t\"modelId\":\"" + MODEL_ID.toString() + "\",\n" + "\t\"modelId\":\"" + MODEL_ID.toString() + "\",\n" +
"\t\"configParameters\":{\n" + "\t\"configParameters\":{\n" +
"\t\t\"calculationStart\":\"2012-08-20T00:00:00+02:00\",\n" + "\t\t\"calculationStart\":\"2012-08-20T00:00:00+02:00\",\n" +
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment