-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.php
More file actions
19 lines (18 loc) · 817 Bytes
/
config.php
File metadata and controls
19 lines (18 loc) · 817 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?php
return array(
'host_client' => 'https://localhost:1234/sco/',
'host_server' => 'https://dinosaur.findbusiness.me/',
'public_link' => 'https://dinosaur.findbusiness.me/',
'public_room' => 'https://localhost:1234/sco/',
'url_login' => 'https://localhost:1234/sco/login.php',
'consumer_key' => 'DARIgGjPxzhybp2pGKhcJPKxw',
'consumer_secret' => 'Q0YiRdXUvRxw1V50UI7ZKWjdaSztt5BW9tBruXktWoFvD3l43D',
'gg_client_id' => '974060410548-b8euch5unsgiggmgrk3i3o943h0t5fc0.apps.googleusercontent.com',
'gg_client_sercet' => 'DXj_o-cTySPLtxiNXkJNFCdo',
'url_mongodb' => 'mongodb://dino2:B9oohXOQK2Vh@dinosaurgame.io/dino2',
'databaseName'=>"dino2.",
'version'=>"6"
);
//https://45.33.124.160/Dino/
//https://localhost/Dino/
?>