Skip to main content

County_config.json File

County_config.json - This file is used to establish various configuration elements throughout the system. Ensure the name of the file is the same as the "value" for "name" in the County_master.json file discussed above. Update this file to contain the specific information for the county. More key => value items are included the file than is shown below.

{
	"version": {
		"site": "v8.0.0",
		"admin": "v8.0.0"
	},
	"state": {
		"name": {
			"long": "Texas",
			"short": "TX"
		},
		"coordinator": {
			"name": "Paula Perkins",
			"email": "txgenweb.sc@gmail.com",
			"web": "txgenweb.org"
		}
	},
	"county": {
		"name": "Delta",
		"slug": "delta",
		"domain": "www.txdelta.org",
		"center": {
			"lat": 33.356163,
			"lon": -95.59414
		},
		"coordinator": {
			"primary": {
				"name": "Louise Skinner",
				"email": "skinnerincoopertexas@yahoo.com"
			},
			"associate": {
				"name": "Marcia Lair",
				"email": "marcia.lair@yahoo.com"
			}
		}
	}
}

Note: this is only a small portion of the whole file.