|
@@ -7,7 +7,7 @@ var config = {
|
|
http_timeout: 3000, // ms until connection to mojang is dropped
|
|
http_timeout: 3000, // ms until connection to mojang is dropped
|
|
faces_dir: 'skins/faces/', // directory where faces are kept. should have trailing '/'
|
|
faces_dir: 'skins/faces/', // directory where faces are kept. should have trailing '/'
|
|
helms_dir: 'skins/helms/', // directory where helms are kept. should have trailing '/'
|
|
helms_dir: 'skins/helms/', // directory where helms are kept. should have trailing '/'
|
|
- debug_enabled: true // enables logging.debug
|
|
|
|
|
|
+ debug_enabled: true // enables logging.debug
|
|
};
|
|
};
|
|
|
|
|
|
-module.exports = config;
|
|
|
|
|
|
+module.exports = config;
|