Editing: /home/goacom/awcproapi.com/config/config.php
<?php // Configuration File return [ 'app' => [ 'name' => 'Infinity API Client Panel', 'url' => 'https://Awcproapi.com/', 'env' => 'production', // 'local' or 'production' 'debug' => true, ], 'database' => [ 'host' => 'localhost', 'port' => 3306, 'database' => 'goacom_api', 'username' => 'goacom_api', 'password' => 'goacom_api', 'charset' => 'utf8mb4', ], 'redis' => [ 'host' => '127.0.0.1', 'port' => 6379, 'password' => null, 'prefix' => 'inf_api_', ], 'security' => [ 'salt' => 'random_salt_string_here', ], 'game_provider' => [ 'use_global_upstream' => true, 'name' => 'SAHIL260422', 'code' => 'JSGAME', 'base_url' => 'https://jsgame.live', // Yahan sirf domain rakhein, /game/launch hata dein 'token' => 'ce84387e9829b0dd0b552ba72dba98fb', 'secret' => '2c70c5db33e3d5bde191e575ada9ac17', 'player_prefix' => 'hbfbda', ], 'telegram' => [ 'bot_token' => '', // Set your bot token here 'chat_id' => '', // Set your chat id here ], 'contact' => [ 'telegram_url' => 't.me/Allpnarl', 'whatsapp_url' => 'https://wa.me/918419966103', ], ];
💾 Save