Skip to main content

County_database.json File

County_database.json - This file contains the key => value pairs used to identify the username and password of the site's database. Given this information should not be general knowledge the items are contained in a separate file that the configuration information in the file above. Further, so that this file is not included in any GitHub activity, the file name must be listed in the .gitignore file.

Be sure to rename this file for the indicated county.

{
	"database": {
		"local": {
			"user": "root",
			"pass": ""
		},
		"live": {
			"user": "xxxxxxxxxxxxxx",
			"pass": "xxxxxxxxxxxxxx"
		}
	}
}