Skip to content

Commit

Permalink
Removed my test data from pull request.
Browse files Browse the repository at this point in the history
  • Loading branch information
animecyc committed Aug 13, 2012
1 parent f993896 commit e3c68a9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion deploy.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/php
<?php
chdir('/home/domains/ve.vq6t2pyw.vesrv.com/public/');
chdir('PATH/TO/YOUR/ENVIROMENTS');

require "libs/spyc.php";

Expand Down
6 changes: 3 additions & 3 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
require 'models/Project.php';
require 'models/Setting.php';

ORM::configure('mysql:host=localhost;dbname=slimjim');
ORM::configure('username', 'animecyc');
ORM::configure('password', '84542737');
ORM::configure('mysql:host=localhost;dbname=dbname');
ORM::configure('username', 'username');
ORM::configure('password', 'password');

$settings = array();

Expand Down

0 comments on commit e3c68a9

Please sign in to comment.