i am attempting to change the base URI via the CLI (the UI says it's locked) using ./bin/config set phabricator.base-uri 'http://phabricator.domainB.local' but this only returns the following statement: "Set 'phabricator.base-uri' in local configuration." I don't know what this means, can anyone help please?
Additionally if I try to add an allowed-uri also in the CLI with ./bin/config set phabricator.allowed-uris 'http://phabricator.domainA.local' I get the following statement: "Usage Exception: Config key 'phabricator.allowed-uris' is of type 'list<string>'. Specify it in JSON." Again not sure what's required here.
Thanks