Skip to content

Commit

Permalink
Added client build configuration to docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
HLCaptain committed Mar 24, 2024
1 parent 890121b commit a59edb9
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,24 @@ psql -U postgres
# Enter the new password
```

### Frontend

To build and run the Compose Multiplatform app, you should have a `local.properties` file in the `client` directory with the following content:

```properties
RELEASE_KEYSTORE_PASSWORD=your_release_keystore_password
RELEASE_KEY_PASSWORD=your_release_key_password
RELEASE_KEY_ALIAS=your_release_key_alias
RELEASE_KEY_PATH=path/to/release.keystore

DEBUG_KEYSTORE_PASSWORD=your_debug_keystore_password
DEBUG_KEY_PASSWORD=your_debug_key_password
DEBUG_KEY_ALIAS=your_debug_key_alias
DEBUG_KEY_PATH=path/to/debug.keystore

API_GATEWAY_URL=http://127.0.0.1:12345
```

## Usage

## Contributing
Expand Down

0 comments on commit a59edb9

Please sign in to comment.