configuration.php.dist 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. <?php
  2. /**
  3. * Zend Framework
  4. *
  5. * LICENSE
  6. *
  7. * This source file is subject to the new BSD license that is bundled
  8. * with this package in the file LICENSE.txt.
  9. * It is also available through the world-wide-web at this URL:
  10. * http://framework.zend.com/license/new-bsd
  11. * If you did not receive a copy of the license and are unable to
  12. * obtain it through the world-wide-web, please send an email
  13. * to license@zend.com so we can send you a copy immediately.
  14. *
  15. * @category Zend
  16. * @package Zend_Service
  17. * @subpackage LiveDocx
  18. * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
  19. * @license http://framework.zend.com/license/new-bsd New BSD License
  20. * @version $Id$
  21. */
  22. /**
  23. * This file defines configuration for running the Zend_Service_LiveDocx demo
  24. * applications.
  25. *
  26. * Do not edit this file. Instead, copy this file to configuration.php,
  27. * and edit the new file. Never commit plaintext passwords to the source
  28. * code repository.
  29. */
  30. /**
  31. * Zend_Service_LiveDocx configuration
  32. *
  33. * Define username and password in order to access LiveDocx web services.
  34. *
  35. * Get a username and password here:
  36. *
  37. * https://www.livedocx.com/user/account_registration.aspx
  38. *
  39. */
  40. define('DEMOS_ZEND_SERVICE_LIVEDOCX_USERNAME', false);
  41. define('DEMOS_ZEND_SERVICE_LIVEDOCX_PASSWORD', false);