1
mirror of https://github.com/jakejarvis/spoons.git synced 2025-06-29 09:05:41 -04:00
Files
spoons/config-sample.php
2013-05-19 12:45:21 -04:00

15 lines
298 B
PHP

<?php
/* site config */
$site_url = "http://spoons.scrabblerocks.com";
$site_password = "asdf1234";
/* database config */
$db_host = "loalhost";
$db_port = 8889;
$db_user = "root";
$db_pass = "lol";
$db_name = "spoons";
date_default_timezone_set("America/New_York");
?>