<?php
/**
 * Avatar API config
 * AVATAR_SECRET  — shared secret sent as X-Token header from game server + CEF
 * BASE_URL       — public base URL where avatars are accessible
 */

define('AVATAR_SECRET', 'DHJOIWhd9uHDW(*&!YHG&*dASDWDsadPWJP)(@!U');
define('BASE_URL', 'https://cloud.nextshift-studio.store/avatar-api');
