23 lines
357 B
Plaintext
23 lines
357 B
Plaintext
<?php
|
|
|
|
//ini_set('display_errors','1');
|
|
//error_reporting(E_ALL);
|
|
|
|
$iap_debug = true;
|
|
|
|
$iap_root = "http://localhost:8001/";
|
|
|
|
$ADS_TOKEN = "";
|
|
|
|
$connectionParams = array(
|
|
'dbname' => 'mydb',
|
|
'user' => 'user',
|
|
'password' => 'secret',
|
|
'host' => 'localhost',
|
|
'driver' => 'pdo_mysql',
|
|
);
|
|
|
|
$oauth_id="";
|
|
$oauth_secret="";
|
|
$oauth_callback="";
|