Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: GCHQDeveloper314 <[email protected]>
  • Loading branch information
tb06904 and GCHQDeveloper314 authored Sep 29, 2023
1 parent 5bbb040 commit e9ccfc2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions docs/administration-guide/gaffer-config/graph-metadata.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
The graph configuration file is a JSON file that configures few bits of the
Gaffer graph. Primarily it is used to set the name and description along with
any additional hooks to run before an operation chain e.g. to impose limits on
max results etc. For the example a simple graph configuration file might look
like:
max results etc. For example, a simple graph configuration file may look like:

```json title="graphConfig.json"
{
Expand All @@ -15,7 +14,7 @@ like:

## Configuring a Standard Deployment

To change any of the values for a standard Gaffer deployment all thats needed
To change any of the values for a standard Gaffer deployment all that's needed
is to configure the JSON file for the `graphConfig`. The key value pairs in
the file can then be configured as you wished and upon restarting the graph
the values will be updated (assuming the file is loaded correctly).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ will need to customise the docker images and use them in place of the defaults.

At the moment, the `gchq/gaffer-rest` image uses a runnable jar file located at
`/gaffer/jars`. When it runs it includes the `/gaffer/jars/lib` on the
classpath. There is nothing in there by default because all the dependencies are
classpath. This is empty by default because all the dependencies are
bundled in to the JAR. However, if you wanted to add your own jars, you can add
then to this directory like the following:

Expand Down
2 changes: 1 addition & 1 deletion docs/administration-guide/gaffer-deployment/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,6 @@ available and covered in the [Gaffer configuration section](../gaffer-config/con
Example `store.properties` for MapStore

```properties
gaffer.store.class=uk.gov.gchq.gaffer.mapstore.SingleUseMapStore
gaffer.store.class=uk.gov.gchq.gaffer.mapstore.MapStore
gaffer.store.properties.class=uk.gov.gchq.gaffer.mapstore.MapStoreProperties
```

0 comments on commit e9ccfc2

Please sign in to comment.