1
mirror of https://github.com/jakejarvis/spoons.git synced 2025-04-26 21:38:27 -04:00
spoons/config-sample.php

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");
?>