Skip to content

Commit

Permalink
better example of multiline note
Browse files Browse the repository at this point in the history
  • Loading branch information
DocSavage committed Apr 5, 2017
1 parent 8e27eea commit 2d93049
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion config-full.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 2d93049

Please sign in to comment.