<?php
/*
 * Simple list of allowed users and their API keys.
 * To add a new user, just add one more line: 'username' => 'key',
 * To remove access, delete the line (or comment it out with //).
 *
 * Keep this file OUTSIDE the public folder if you can, or at least
 * never link to it from anywhere.
 */

$API_KEYS = [
    'kajariait' => 'kj_live_7fK9mQ2xV8rT4nLp6YwZ3aBc1DgH5jNs',
    'mobile_app'      => 'kj_live_5c1d8e4a7b90f236',
    'dealer_portal'   => 'kj_live_2a6f0b93d75e814c',
    'test_user'       => 'kj_test_1111222233334444',
];

?>
