From 0549800afeb7b8db389d79a9fd48feecf875ab23 Mon Sep 17 00:00:00 2001 From: steckbrief Date: Mon, 12 Dec 2016 12:58:12 +0100 Subject: Error handling improved, logging included --- src/config/config.inc.php | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/config/config.inc.php (limited to 'src/config/config.inc.php') diff --git a/src/config/config.inc.php b/src/config/config.inc.php new file mode 100644 index 0000000..ac61c27 --- /dev/null +++ b/src/config/config.inc.php @@ -0,0 +1,10 @@ + ['http://repo1.maven.org/maven2', ], + 'logfile' => 'logs/mvncache.log', +]; +?> \ No newline at end of file -- cgit v1.2.3