Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: deployments when no ipv4 or domain name provided (#3477)
This fixes deployments when ipv4/domain name info is not provided in the config.ini With the switch to the new config format, when the ipv4 and domain name variables are provided in the config.ini, the call to get_config_value returns "null" where before it returned an empty string. The conditionals have been updated to check for "null"
- Loading branch information