File tree 3 files changed +15
-7
lines changed
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
5
5
YOTI_SCENARIO_ID=xxxxxxxxxxxxxxxx
6
6
YOTI_SDK_ID=xxxxxxxxxxxxxxxxxxxxx
7
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
8
+ YOTI_KEY_FILE_PATH=/path_to_pem_dir/php-sdk-access-security.pem
Original file line number Diff line number Diff line change 166
166
167
167
.yoti-app-button-link {
168
168
text-decoration : none;
169
- }
169
+ }
You can’t perform that action at this time.
0 commit comments