You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/development.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -167,7 +167,7 @@ Populate `application/.env` file with the details of your Google Cloud project a
167
167
| API_ROOT | URL of the backend API (probably `http://localhost:8080/api`) ||
168
168
| FRONTEND_PROXY | URL of the frontend Angular development server (probably `http://localhost:4200/`) - *FOR DEVELOPMENT USE ONLY*||
169
169
| MAP_API_KEY | API Key to load Google Maps JavaScript API in frontend (see [*Authentication*](#authentication) section) ||
170
-
|GOOGLE_APPLICATION_CREDENTIALS|Path to a service account credentials JSON file to authenticate Google API requests (see [*Authentication*](#authentication) section) |*Default application credentials*|
170
+
|IMPERSONATED_SERVICE_ACCOUNT|Service Account to impersonate (Used by backend for Route Optimization API calls) (see [*Authentication*](#authentication) section) ||
171
171
|**Optional**|||
172
172
| LOG_FORMAT | Log format to output (`google` or `pretty`) |`google`|
173
173
| LOG_LEVEL | Minimum [Pino log level](https://getpino.io/#/docs/api?id=level-string) to output |`info`|
0 commit comments