File tree Expand file tree Collapse file tree 3 files changed +15
-7
lines changed Expand file tree Collapse file tree 3 files changed +15
-7
lines changed Original file line number Diff line number Diff line change 1+ # This file is a template for defining the environment variables
2+ # Set the application config values here
3+
4+ YOTI_APP_ID = xxxxxxxxxxxxxxxxxx
5+ YOTI_SCENARIO_ID = xxxxxxxxxxxxxxxx
6+ YOTI_SDK_ID = xxxxxxxxxxxxxxxxxxxxx
7+ # Below is the private key (in .pem format) associated with the Yoti Application you created on Dashboard
8+ YOTI_KEY_FILE_PATH = /path_to_pem_dir/php-sdk-access-security.pem
9+
10+ # Change the API URLs (optional)
11+ YOTI_CONNECT_API = xxxxxxxxxxxxxxxx
12+ YOTI_QR_URL = xxxxxxxxxxxxxxxx
13+ YOTI_CONNECT_URL = xxxxxxxxxxxxxxxx
Original file line number Diff line number Diff line change @@ -5,9 +5,4 @@ YOTI_APP_ID=xxxxxxxxxxxxxxxxxx
55YOTI_SCENARIO_ID=xxxxxxxxxxxxxxxx
66YOTI_SDK_ID=xxxxxxxxxxxxxxxxxxxxx
77# Below is the private key (in .pem format) associated with the Yoti Application you created on Dashboard
8- YOTI_KEY_FILE_PATH=/path_to_pem_dir/php-sdk-access-security.pem
9-
10- # Change the API URLs (optional)
11- YOTI_CONNECT_API=xxxxxxxxxxxxxxxx
12- YOTI_QR_URL=xxxxxxxxxxxxxxxx
13- YOTI_CONNECT_URL=xxxxxxxxxxxxxxxx
8+ YOTI_KEY_FILE_PATH=/path_to_pem_dir/php-sdk-access-security.pem
Original file line number Diff line number Diff line change 166166
167167.yoti-app-button-link {
168168 text-decoration : none;
169- }
169+ }
You can’t perform that action at this time.
0 commit comments