avatar serving works now
[surrogator.git] / data / surrogator.config.php
diff --git a/data/surrogator.config.php b/data/surrogator.config.php
deleted file mode 100644 (file)
index 87efce0..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-<?php
-$rawDir = __DIR__ . '/../raw/';
-$varDir = __DIR__ . '/../var/';
-$sizes   = array(16, 32, 48, 64, 80, 96, 128, 256, 512);
-$maxSize = 512;
-$logLevel = 1;//0 - nothing, 3 - high
-$forceUpdate = false;
-?>