Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions docs/engineering/app/configuring/config-types/application.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,17 @@ The `logGpsLocation` config takes in a list of `LocationLogOptions` to toggle wh



## How to run the app using local resources

To run the app using local configuration files instead of remote content, place your JSON config files inside:

`android/app/src/main/assets/configs/`

The reference app uses the same structure, so map the config types (application, register, profile, navigation, etc.) into the same folder with their respective file names, for example:

`android/app/src/main/assets/configs/application.json`


## Config properties

|Property | Description | Required | Default |
Expand Down