Skip to content

Commit c8d4761

Browse files
committed
chg: pkg: config.php is now in .gitignore, config.php.sample is provided for example.
1 parent 9b977d1 commit c8d4761

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
config.php

config.php renamed to config.php.sample

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616

1717
$config["oe"]["url"] = "http://localhost:8069";
18-
$config["oe"]["dbname"] = "carif_dev5";
18+
$config["oe"]["dbname"] = "demo";
1919

2020

2121
?>

0 commit comments

Comments
 (0)