Files
encore/keystore.properties.example

12 lines
512 B
Plaintext

# Copy this file to `keystore.properties` (which is gitignored) and fill in your
# real values. This file — the .example — carries NO secrets and is safe to commit.
#
# `storeFile` is the path to your release keystore. Keep the keystore OUTSIDE the
# repo (e.g. ~/.keys/encore-release.jks) and back it up offline — losing it means
# you can never ship another signed update on your own channels.
storeFile=/absolute/path/to/encore-release.jks
storePassword=CHANGE_ME
keyAlias=encore
keyPassword=CHANGE_ME