Skip to content

Commit

Permalink
added config.inc.php.example; please rename to config.inc.php
Browse files Browse the repository at this point in the history
  • Loading branch information
mojoaxel committed Nov 11, 2014
1 parent 7ab765b commit e3c1ea4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
@@ -0,0 +1,2 @@
/config.inc.php
/.project
8 changes: 8 additions & 0 deletions config.inc.php.example
@@ -0,0 +1,8 @@
<?php

$mysql_server = "localhost";
$mysql_db = "fff_xchange";
$mysql_user = "fff_xchange";
$mysql_pass = "xxxxxxxxxxxxx";

?>

0 comments on commit e3c1ea4

Please sign in to comment.