0.2.19 • Published 5 years ago

pubsweet-component-ink-backend v0.2.19

Weekly downloads
5
License
MIT
Repository
-
Last release
5 years ago

Configuration

In order to use this component, the following configuration needs to be added to a PubSweet application inside a section named pubsweet-component-ink-backend:

  • inkEndpoint: the URL of an INK instance
  • email and password: the email address and password used to authenticate with INK
  • pusher: a set of configuration values matching those used in the INK instance:
    • appKey: the SLANGER_APP_ID value from INK's .env file
    • wsHost and httpHost: the hostname of the INK instance (as used for inkEndpoint, but not a full URL)
    • wsPort and httpPort: the ports that Slanger is running on in the INK instance, as configured in the slanger section of INK's docker-compose.yml.
  • recipes: recipe keys (as used in the InkFrontend component) that map to recipe IDs in the INK instance.

For example:

{
  "pubsweet-component-ink-backend": {
    "inkEndpoint": "https://ink.example.com/",
    "email": "ink@example.com",
    "password": "abcdef",
    "pusher": {
      "appKey": "abc123",
      "wsHost": "ink.example.com",
      "wsPort": 8080,
      "httpHost": "ink.example.com",
      "httpPort": 4567
    },
    "recipes": {
      "foo": "1",
      "bar": "2"
    }
  }
}
0.2.19

5 years ago

0.2.18

5 years ago

0.2.17

5 years ago

0.2.16

5 years ago

0.2.15

5 years ago

0.2.14

6 years ago

0.2.13

6 years ago

0.2.12

6 years ago

0.2.11

6 years ago

0.2.10

6 years ago

0.2.9

6 years ago

0.2.8

6 years ago

0.2.7

6 years ago

0.2.6

6 years ago

0.2.5

6 years ago

0.2.4

6 years ago

0.2.3

6 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.13

7 years ago

0.0.12

7 years ago

0.0.11

7 years ago

0.0.10

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4-alpha.5

7 years ago

0.0.4

7 years ago

0.0.4-alpha.3

7 years ago

0.0.4-alpha.2

7 years ago

0.0.4-alpha.1

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

8 years ago