Spaces:
Sleeping
Sleeping
| # Copy this file to keystore.properties and fill in your actual keystore details | |
| # Keep keystore.properties out of version control! | |
| # Path to your keystore file (relative to project root or absolute path) | |
| storeFile=../path/to/your/pm-tool-production.keystore | |
| # Keystore password | |
| storePassword=your_keystore_password_here | |
| # Key alias | |
| keyAlias=pm-tool-key | |
| # Key password | |
| keyPassword=your_key_password_here |