diff options
author | elijah <elijah@riseup.net> | 2013-02-28 22:42:20 -0800 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2013-02-28 22:42:20 -0800 |
commit | 4add18548822cc212c389467ca7a745d99db12fa (patch) | |
tree | 8bd379f97f537109345a76c22db71117508b9f66 | |
parent | a25e09a31bba975bfb09a05106f4c34ac89d996e (diff) |
comments are now //, not #
-rw-r--r-- | common.json | 6 | ||||
-rw-r--r-- | provider.json | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/common.json b/common.json index dba3f80..c891fea 100644 --- a/common.json +++ b/common.json @@ -1,5 +1,5 @@ -# -# Options put here are inherited by all nodes. -# +// +// Options put here are inherited by all nodes. +// { } diff --git a/provider.json b/provider.json index 592b2ee..9389899 100644 --- a/provider.json +++ b/provider.json @@ -1,6 +1,6 @@ -# -# General service provider configuration. -# +// +// General service provider configuration. +// { "domain": "bitmask.net", "name": { |