mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-24 23:50:11 +01:00
15 lines
480 B
PHP
15 lines
480 B
PHP
<?php
|
|
// Edit the two lines below to use the keys for your site.
|
|
// (Note: you can find your keys at http://portal.areyouahuman.com/dashboard)
|
|
define( 'AYAH_PUBLISHER_KEY', 'REMOVED');
|
|
define( 'AYAH_SCORING_KEY', 'REMOVED');
|
|
|
|
|
|
// Set defaults for values needed by the ayah.php file.
|
|
// (Note: you do not need to change these.)
|
|
define( 'AYAH_WEB_SERVICE_HOST', 'ws.areyouahuman.com');
|
|
define( 'AYAH_TIMEOUT', 0);
|
|
define( 'AYAH_DEBUG_MODE', FALSE);
|
|
define( 'AYAH_USE_CURL', TRUE);
|
|
|