Files
HKSingleParty/99_references/cf-identity-wallet-main/.env.example
2025-05-28 09:55:51 +08:00

16 lines
445 B
Plaintext

# Testing
## Android build app path
APP_PATH=<LOCAL_PATH/app-release-unsigned.apk>
## iOS build app path
APP_PATH=<LOCAL_PATH/App.app>
## Allure Results Directory path
ALLURE_RESULTS_DIR=tests/.reports/allure-results
## Choose the environment in the configs folder
ENVIRONMENT=local-comm
# This is used to tunnel iOS/Android simulators to host machine's localhost, will override config. Leave commented out if not needed
#KERIA_IP=127.0.0.1