Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: modules/adblockplusorg/files/anwiki.cfg.php

Issue 9425007: Remove website development VM (Closed)
Patch Set: Created Feb. 20, 2013, 3:53 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 <?php
2
3 $cfg = array (
4 'mysql' =>
5 array (
6 'user' => 'anwiki',
7 'password' => 'vagrant',
8 'database' => 'anwiki',
9 'prefix' => 'anw_',
10 ),
11 )
12 ?>
OLDNEW

Powered by Google App Engine
This is Rietveld