summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cashier/fastlane/Appfile2
-rw-r--r--merchant-terminal/fastlane/Appfile2
-rw-r--r--wallet/fastlane/Appfile2
3 files changed, 3 insertions, 3 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")
diff --git a/merchant-terminal/fastlane/Appfile b/merchant-terminal/fastlane/Appfile
index df5a7c3..0ac8c50 100644
--- a/merchant-terminal/fastlane/Appfile
+++ b/merchant-terminal/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.merchantpos")
diff --git a/wallet/fastlane/Appfile b/wallet/fastlane/Appfile
index 3166568..b8db13f 100644
--- a/wallet/fastlane/Appfile
+++ b/wallet/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.wallet")