You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

11 lines
288 B

<?php
//This is the php config file
$g_db_serverName="Your database server IP or Name";
$g_db_usrName="Your database user name";
$g_db_psswd="Your password";
$g_db_dbName="The main database you select";
//dogecloud API
$dc_AccessKey = "Your_AccessKey";
$dc_SecretKey = "Your_SecretKey";