Page MenuHomePhabricator

Difference between values set locally and in database
Closed, ResolvedPublic

Asked by pmatos on Aug 25 2015, 6:53 PM.
Tags
Referenced Files
None
Subscribers
Tokens
"Pterodactyl" token, awarded by tycho.tatitscheff.

Details

For example, if I do:

$ sudo ./bin/config get diffusion.ssh-user
{

"config": [
  {
    "key": "diffusion.ssh-user",
    "source": "local",
    "value": "git",
    "status": "set",
    "errorInfo": null
  },
  {
    "key": "diffusion.ssh-user",
    "source": "database",
    "value": null,
    "status": "unset",
    "errorInfo": null
  }
]

}

What's the difference between these, why should I care and should both be the same?

New Answer

Answer

This question has been marked as closed, but you can still leave a new answer.