Skip to content

Commit

Permalink
SDK-810: Move dev environment variables into .env.dev
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgrayston committed Mar 8, 2019
1 parent a19e242 commit 6cfb07a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 7 deletions.
13 changes: 13 additions & 0 deletions examples/.env.dev
Original file line number Diff line number Diff line change
@@ -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
7 changes: 1 addition & 6 deletions examples/.env.dist
Original file line number Diff line number Diff line change
Expand Up @@ -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
YOTI_KEY_FILE_PATH=/path_to_pem_dir/php-sdk-access-security.pem
2 changes: 1 addition & 1 deletion examples/assets/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -166,4 +166,4 @@

.yoti-app-button-link {
text-decoration: none;
}
}

0 comments on commit 6cfb07a

Please sign in to comment.