view tests/data/conf23.json @ 132:4ec783899835

Note that the root object of a YAML style configuration must be a dict alike (mapping)
author Franz Glasner <hg@dom66.de>
date Wed, 04 Apr 2018 23:50:37 +0200
parents b11af3ded7c1
children 7e6ec99d5ff5
line wrap: on
line source

{"tmpdir": "{{_tmpdir}}\\3",
 "db": {
     "user": {
	 "name": "the_database_user_2",
	 "pwd": "the-database-password-2"
     },
     "locinfo": {
	 "ro": {
	     "hostname": "3rd-host"
	 }
     }
 }
}