Skip to content

Instantly share code, notes, and snippets.

@tuogex
Last active December 25, 2015 17:49
Show Gist options
  • Save tuogex/7015907 to your computer and use it in GitHub Desktop.
Save tuogex/7015907 to your computer and use it in GitHub Desktop.
Blank config.php for RodneyDB
<?php
define("MYSQL_HOST", "");
define("MYSQL_PORT", 3306);
define("MYSQL_DB", "");
define("MYSQL_USER", "");
define("MYSQL_PASSWORD", "");
define("DB_USER_TABLE", "");
define("DB_USER_HASH_ALGO", "sha256");
define("CHECKIN_MAX", 10);
define("TROPO_MESSAGE_TOKEN", "");
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment