rename skins/ -> images/

skins/skins/ is a bit confusing
This commit is contained in:
jomo 2015-01-03 05:04:09 +01:00
parent a80850095a
commit 4ae88e50c5
6 changed files with 5 additions and 5 deletions

2
.gitignore vendored
View File

@ -1,4 +1,4 @@
skins/*/*.png images/*/*.png
*.log *.log
node_modules/ node_modules/
.DS_Store .DS_Store

View File

@ -9,10 +9,10 @@ var config = {
cleaning_redis_limit: 24576, // max allowed used KB on redis to trigger redis flush cleaning_redis_limit: 24576, // max allowed used KB on redis to trigger redis flush
cleaning_amount: 50000, // amount of avatar (and their helm) files to clean cleaning_amount: 50000, // amount of avatar (and their helm) files to clean
http_timeout: 1000, // ms until connection to mojang is dropped http_timeout: 1000, // ms until connection to mojang is dropped
faces_dir: "skins/faces/", // directory where faces are kept. should have trailing "/" faces_dir: "images/faces/", // directory where faces are kept. should have trailing "/"
helms_dir: "skins/helms/", // directory where helms are kept. should have trailing "/" helms_dir: "images/helms/", // directory where helms are kept. should have trailing "/"
skins_dir: "skins/skins/", // directory where skins are kept. should have trailing "/" skins_dir: "images/skins/", // directory where skins are kept. should have trailing "/"
renders_dir: "skins/renders/", // Directory where rendered skins are kept. should have trailing "/" renders_dir: "images/renders/",// Directory where rendered skins are kept. should have trailing "/"
debug_enabled: false, // enables logging.debug debug_enabled: false, // enables logging.debug
min_scale: 1, // for renders min_scale: 1, // for renders
max_scale: 10, // for renders; too big values might lead to slow response time or DoS max_scale: 10, // for renders; too big values might lead to slow response time or DoS