Skip to content

Commit e1bb0d8

Browse files
committed
SDK-810: Move dev environment variables into .env.dev
1 parent d68750d commit e1bb0d8

File tree

3 files changed

+15
-7
lines changed

3 files changed

+15
-7
lines changed

examples/.env.dev

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
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

examples/.env.dist

+1-6
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,4 @@ YOTI_APP_ID=xxxxxxxxxxxxxxxxxx
55
YOTI_SCENARIO_ID=xxxxxxxxxxxxxxxx
66
YOTI_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

examples/assets/css/index.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -166,4 +166,4 @@
166166

167167
.yoti-app-button-link {
168168
text-decoration: none;
169-
}
169+
}

0 commit comments

Comments
 (0)