-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: rename
apikey.defaults.properties
to `secrets.defaults.pr…
…operties` for consistency
- Loading branch information
1 parent
ffd91d7
commit e6fad99
Showing
5 changed files
with
27 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# This file serves as a template for the secrets.properties file. | ||
# It should be checked into Version Control Systems to provide a structure for the required API keys and client URLs. | ||
# The actual values should be filled in by the CI pipeline using the secrets Gradle plugin and GitHub Secrets. | ||
POWERSYNC_URL=SAFE_DEFAULT_VALUE_POWERSYNC_URL | ||
SUPABASE_KEY=SAFE_DEFAULT_VALUE_SUPABASE_KEY | ||
SERVICE_KEY=SAFE_DEFAULT_VALUE_SERVICE_KEY | ||
SUPABASE_URL=SAFE_DEFAULT_VALUE_SUPABASE_URL | ||
TEST=TEST_DEFAULT_VALUE |