Advertisement
Guest User

Untitled

a guest
Aug 10th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. const WEB_DB_HOST = '192.168.199.81';
  2. const WEB_DB_PORT = 3306;
  3. const WEB_DB_USER = 'br';
  4. const WEB_DB_PASS = 'brpass';
  5. const WEB_DB_NAME = 'br_web';
  6. const WEB_ACC_NAME = 'br_account';
  7.  
  8. public static $ACC_WEB_API_URLS = array(
  9. 0 => "http://192.168.199.72:11960/titan/1/11018/account/%s",
  10. 1 => "http://192.168.199.72:11960/titan/1/11018/account/%s",
  11. );
  12.  
  13. public static $GM_API_URLS = array(
  14. 0 => "http://192.168.199.72:11960/titan/1/%d/proxy/gm",
  15. 1 => "http://192.168.199.72:11960/titan/1/%d/proxy/gm",
  16. );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement