Skip to content

Commit

Permalink
Repair double stage. inside default craft/config/db.php.
Browse files Browse the repository at this point in the history
  • Loading branch information
spAnser authored May 4, 2017
1 parent 22f7232 commit c28d4ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion root/src/craft/config/db.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
// The prefix to use when naming tables. This can be no more than 5 characters.
'tablePrefix' => 'craft',
),
'stage.' => array(
'dev.' => array(
// The database server name or IP address. Usually this is 'localhost' or '127.0.0.1'.
'server' => '127.0.0.1',
// The database username to connect with.
Expand Down

0 comments on commit c28d4ba

Please sign in to comment.