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

Changed sample config (added credentials)

parent a1b85c7b
No related branches found
No related tags found
No related merge requests found
...@@ -148,7 +148,9 @@ public class NaerstadModel extends I18nImpl implements Model{ ...@@ -148,7 +148,9 @@ public class NaerstadModel extends I18nImpl implements Model{
@Override @Override
public String getSampleConfig() { public String getSampleConfig() {
return "{\n" + return "{\n" +
"\t\"modelId\":\"NAERSTADMO\",\n" + "\t\"username\":\"example\",\n" +
"\t\"password\":\"example\",\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" +
"\t\t\"calculationEnd\":\"2012-08-30T00:00:00+02:00\",\n" + "\t\t\"calculationEnd\":\"2012-08-30T00: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