Skip to content

Commit

Permalink
Update java.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
gimmyxd authored Sep 9, 2024
1 parent 53ac9d4 commit a18516d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started/samples/java.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ git clone https://github.com/aserto-demo/todo-java-v2
```

## Set up an `.env` file
Copy the `application.properties.example` file to `application.properties` and update the `aserto.authorizer.grpc.caCertPath` and `aserto.directory.grpc.caCertPath` to correspond to the path in which Topaz generated your certificates (by default this path will be `$HOME/.local/share/topaz/certs/grpc-ca.crt`, or `$HOME\AppData\Local\topaz\certs` on Windows).
Copy the `application.properties.example` file to `application.properties` and update the `aserto.authorizer.grpc.caCertPath` and `aserto.directory.grpc.caCertPath` to correspond to the path in which Topaz generated your certificates (by default this path will be `${user.home}/.local/share/topaz/certs/grpc-ca.crt`, or `${user.home}\AppData\Local\topaz\certs` on Windows).

```bash
cp src/main/resources/application.properties.example src/main/resources/application.properties
Expand Down

0 comments on commit a18516d

Please sign in to comment.