Skip to main content

Setting Up Hydrogen

Configuring Hydrogen

    Copy sample file from config-sample/hydrogen/hydrogen.yml in the installer directory to CONFIG_DIRECTORY/hydrogen

    Edit the file :

    ---
    hydrogen_fqdn: "hydrogen.dev.local"
    
    # Additional JSON that will end up in Hydrogen's config.json
    extra_config: ""
    
      hydrogen_fqdn is the FQDN that will be used for accessing hydrogen. It must have a PEM formatted SSL certificate as mentioned in the introduction. The crt/key pair must be in the CONFIG_DIRECTORY/certs directory. extra_config is extra json config that should be injected into the hydrogen client configuration.

      Restart the install script