Skip to content

Commit 4b54d91

Browse files
On Demand Rides and Deliveriescopybara-github
authored andcommitted
docs: point to ODRD and LMFS specific configuration classes
PiperOrigin-RevId: 451442718
1 parent 776efaf commit 4b54d91

2 files changed

Lines changed: 4 additions & 14 deletions

File tree

SECURITY.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

sample/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ NOTE: Whatever account the application runs under, MUST have the
2626
`iam.serviceAccounts.signBlob` permission. This is typically acquired through
2727
the `Service Account Token Creator` role.
2828

29-
The service accounts with other configuration options are configured here:
30-
`src/main/java/com/google/fleetengine/auth/sample/Configuration.java`
29+
The service accounts with other configuration options are configured in
30+
`src/main/java/com/google/fleetengine/auth/sample/LmfsConfiguration.java` and
31+
`src/main/java/com/google/fleetengine/auth/sample/OdrdConfiguration.java`
3132

3233
## Running
3334

34-
Once `src/main/java/com/google/fleetengine/auth/sample/Configuration.java` is
35-
setup, simply run:
35+
Once configured, simply run:
3636

3737
```
3838
./gradlew run

0 commit comments

Comments
 (0)