Configuring Your Site

Located in the site folder, config.json specifies high-level information about your site, including its name, list of pathogens it covers, paths to layout files, and other optional configuration options.


For a quick start, you can:

  1. Change the site name and description to your own site:
    {
      "site": "My Site",
      "description": "This is my new Lookout instance."
    }
    
  2. And configure which pathogens your site supports:

     "pathogens": ["disease-a", "disease-b"]
    

See the full config.json reference for information on all of the configuration options.

You are now ready to Connect Your Data!