diff options
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 |