Setting Up Hydrogen
Configuring Hydrogen
Copy sample file from config-sample/hydrogen/hydrogen.yml inFrom the installerInstaller's directoryIntegrations topage, click "Install" under "Hydrogen".CONFIG_DIRECTORY/hydrogen
For
theEdithydrogen.yml presented by the installer, edit the file :and ensure the following values are set:
---
hydrogen_fqdn: "hydrogen.dev.local"
# Additional JSON that will end up in Hydrogen's config.json
extra_config: ""
-
hydrogen_fqdnis 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 theCONFIG_DIRECTORY/certsdirectory. -
extra_configis extra json config that should be injected into the hydrogen client configuration.
You
willRestartneed to re-run the installinstaller scriptafter making these changes for them to take effect.