mirror of
https://github.com/azures04/crafatar.git
synced 2026-03-21 23:41:18 +01:00
rename skins/ -> images/
skins/skins/ is a bit confusing
This commit is contained in:
parent
a80850095a
commit
4ae88e50c5
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,4 +1,4 @@
|
||||
skins/*/*.png
|
||||
images/*/*.png
|
||||
*.log
|
||||
node_modules/
|
||||
.DS_Store
|
||||
|
||||
@ -9,10 +9,10 @@ var config = {
|
||||
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
|
||||
http_timeout: 1000, // ms until connection to mojang is dropped
|
||||
faces_dir: "skins/faces/", // directory where faces are kept. should have trailing "/"
|
||||
helms_dir: "skins/helms/", // directory where helms are kept. should have trailing "/"
|
||||
skins_dir: "skins/skins/", // directory where skins are kept. should have trailing "/"
|
||||
renders_dir: "skins/renders/", // Directory where rendered skins are kept. should have trailing "/"
|
||||
faces_dir: "images/faces/", // directory where faces are kept. should have trailing "/"
|
||||
helms_dir: "images/helms/", // directory where helms are kept. should have trailing "/"
|
||||
skins_dir: "images/skins/", // directory where 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
|
||||
min_scale: 1, // for renders
|
||||
max_scale: 10, // for renders; too big values might lead to slow response time or DoS
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user