%PDF- %PDF-
Direktori : /var/www/html/klinisol/klinisol-api/config/ |
Current File : /var/www/html/klinisol/klinisol-api/config/docusign.php |
<?php return [ /* |-------------------------------------------------------------------------- | Docusign Host |-------------------------------------------------------------------------- | | Change this to production before going live | */ 'host' => 'https://demo.docusign.net/restapi', /* |-------------------------------------------------------------------------- | Docusign Default Credentials |-------------------------------------------------------------------------- | | These are the credentials that will be used if none are specified | */ 'username' => env('DOCUSIGN_USERNAME'), 'password' => env('DOCUSIGN_PASSWORD'), 'integrator_key' => env('DOCUSIGN_INTEGRATOR_KEY') ];