diff options
author | steckbrief <steckbrief@chefmail.de> | 2016-12-12 12:58:12 +0100 |
---|---|---|
committer | steckbrief <steckbrief@chefmail.de> | 2016-12-12 12:58:12 +0100 |
commit | 0549800afeb7b8db389d79a9fd48feecf875ab23 (patch) | |
tree | da1dfcd654cdc312a88cda2fc2e2da54edbe3b98 /src/config/config.inc.php | |
parent | 13dd3487d7c68c7067b4dcef920aa7afe6c740e2 (diff) |
Error handling improved, logging included
Diffstat (limited to 'src/config/config.inc.php')
-rw-r--r-- | src/config/config.inc.php | 10 |
1 files changed, 10 insertions, 0 deletions
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 @@ +<?php +/* + * Configuration file for mvn cache + */ + +return [ + 'mavenBaseUrls' => ['http://repo1.maven.org/maven2', ], + 'logfile' => 'logs/mvncache.log', +]; +?>
\ No newline at end of file |