From 2d93049424d3700bf1f97d26b516b8914ca08700 Mon Sep 17 00:00:00 2001 From: Bill Katz Date: Wed, 5 Apr 2017 18:38:58 -0400 Subject: [PATCH] better example of multiline note --- config-full.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/config-full.toml b/config-full.toml index c0232bf3..eeba5312 100644 --- a/config-full.toml +++ b/config-full.toml @@ -10,7 +10,10 @@ webClient = "/path/to/webclient" # to return Timing-Allow-Origin headers in response # allowTiming = true -note = "you can put anything you want in here and have it available via /api/server/note" +note = """ +You can put anything you want in here and have it available via /api/server/note. +Multiple lines! +""" # How new data instance ids are generated. # Is one of "random" or "sequential". If "sequential" can set "start_instance_id" property.