File: default.json5

package info (click to toggle)
node-config 3.3.10-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 836 kB
  • sloc: javascript: 3,549; sh: 26; xml: 13; makefile: 4
file content (12 lines) | stat: -rw-r--r-- 150 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
{

  // Comment to test comment ignoring

  "Customers": {
    "dbName":"from_default_json5",
  },
  "AnotherModule": {
    "parm6":"value6"
  }
  
}