diff options
Diffstat (limited to 'cashier/fastlane/Appfile')
-rw-r--r-- | cashier/fastlane/Appfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cashier/fastlane/Appfile b/cashier/fastlane/Appfile index ca67ba4..9868353 100644 --- a/cashier/fastlane/Appfile +++ b/cashier/fastlane/Appfile @@ -1,2 +1,2 @@ -json_key_file("../../api-5955905454448196576-583043-ea133c8ceb16.json") +json_key_file(ENV["TALER_JSON_KEY_FILE"]) package_name("net.taler.cashier") |