File: config.inc.php

package info (click to toggle)
php-oauth 2.0.2%2B1.2.3-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 816 kB
  • ctags: 950
  • sloc: ansic: 7,197; xml: 841; php: 536; makefile: 1
file content (9 lines) | stat: -rw-r--r-- 463 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
<?php
/* 
   Please register your application at https://www.wepay.com/developer/register
   You can use the consumer key and secret listed here for limited testing, but it
   may be rate limited, so you are better off registering your own.
*/
define('OAUTH_CONSUMER_KEY', '388b24438fe93778e9129b164bb192');
define('OAUTH_CONSUMER_SECRET', 'd6f0a2678c');
define('OAUTH_TMP_DIR', function_exists('sys_get_temp_dir') ? sys_get_temp_dir() : realpath($_ENV["TMP"]));