diff --git a/examples/.env.dev b/examples/.env.dev new file mode 100644 index 00000000..79a10f5f --- /dev/null +++ b/examples/.env.dev @@ -0,0 +1,13 @@ +# This file is a template for defining the environment variables +# Set the application config values here + +YOTI_APP_ID=xxxxxxxxxxxxxxxxxx +YOTI_SCENARIO_ID=xxxxxxxxxxxxxxxx +YOTI_SDK_ID=xxxxxxxxxxxxxxxxxxxxx +# Below is the private key (in .pem format) associated with the Yoti Application you created on Dashboard +YOTI_KEY_FILE_PATH=/path_to_pem_dir/php-sdk-access-security.pem + +# Change the API URLs (optional) +YOTI_CONNECT_API=xxxxxxxxxxxxxxxx +YOTI_QR_URL=xxxxxxxxxxxxxxxx +YOTI_CONNECT_URL=xxxxxxxxxxxxxxxx \ No newline at end of file diff --git a/examples/.env.dist b/examples/.env.dist index 79a10f5f..310a55f0 100644 --- a/examples/.env.dist +++ b/examples/.env.dist @@ -5,9 +5,4 @@ YOTI_APP_ID=xxxxxxxxxxxxxxxxxx YOTI_SCENARIO_ID=xxxxxxxxxxxxxxxx YOTI_SDK_ID=xxxxxxxxxxxxxxxxxxxxx # Below is the private key (in .pem format) associated with the Yoti Application you created on Dashboard -YOTI_KEY_FILE_PATH=/path_to_pem_dir/php-sdk-access-security.pem - -# Change the API URLs (optional) -YOTI_CONNECT_API=xxxxxxxxxxxxxxxx -YOTI_QR_URL=xxxxxxxxxxxxxxxx -YOTI_CONNECT_URL=xxxxxxxxxxxxxxxx \ No newline at end of file +YOTI_KEY_FILE_PATH=/path_to_pem_dir/php-sdk-access-security.pem \ No newline at end of file diff --git a/examples/assets/css/index.css b/examples/assets/css/index.css index 2c238ddc..8fd8dc35 100644 --- a/examples/assets/css/index.css +++ b/examples/assets/css/index.css @@ -166,4 +166,4 @@ .yoti-app-button-link { text-decoration: none; -} +} \ No newline at end of file