Spaces:
Sleeping
Sleeping
File size: 421 Bytes
d97b8f9 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | # 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 |