diff --git a/Env.txt b/Env.txt deleted file mode 100644 index 9e3831a..0000000 --- a/Env.txt +++ /dev/null @@ -1,21 +0,0 @@ -export DS_SIGNER_1_EMAIL="{USER_EMAIL}" -export DS_SIGNER_1_NAME="{USER_FULLNAME}" -export DS_CC_1_EMAIL="{USER_EMAIL}" -export DS_CC_1_NAME="{USER_FULLNAME} CC" -export DS_ACCESS_TOKEN="{ACCESS_TOKEN}" -export DS_ACCOUNT="{ACCOUNT_ID}" - -# Normally, BASE_PATH information from the OAuth::userInfo method is used. -# But for this example, which only talks to demo, we can use a constant for it: -export BASE_PATH="https://demo.docusign.net" -export API_PATH="${BASE_PATH}/restapi/v2" - - -# The remaining values are only needed if you will be calling the -# OAuth Authorize Code Grant scripts -export DS_CLIENT_ID="{CLIENT_ID}" -export DS_CLIENT_SECRET="{CLIENT_SECRET}" -export DS_AUTH_SERVER="https://account-d.docusign.com" -export DS_REDIRECT_URL="https://www.docusign.com" -export DS_REDIRECT_URL_ENCODED="https%3A%2F%2Fwww.docusign.com" -export DS_AUTH_STATE="9991999" # check that same state value is in response