Skip to content

Update config to match pubsweet-client

Alf Eaton requested to merge update-config into master

This adds config/local.* to .gitignore, as local config is now stored in config/local.json:

{
  "pubsweet-server": {
    "secret": "__EDIT_THIS__"
  },
  "pubsweet-component-ink-backend": {
    "inkEndpoint": "__EDIT_THIS__",
    "email": "__EDIT_THIS__",
    "password": "__EDIT_THIS__"
  }
}
Edited by Alf Eaton

Merge request reports