Обновление основного конфига

This commit is contained in:
Gravit 2018-12-26 21:13:50 +07:00
parent e4f4d1861b
commit 90103d16f4
No known key found for this signature in database
GPG key ID: 061981E1E85D3216

View file

@ -1,71 +1,55 @@
address: "x"; {
bindAddress: "0.0.0.0"; "port": 7420,
port: 7240; "authHandler": {
mirrors: ["http://launcher.sashok724.net/download/"]; "type": "memory"
# Auth rate limit },
authRateLimit: 2; "authProvider": [
authRateLimitMilis: 5000; {
authRejectString: "Вы превысили лимит авторизаций. Подождите некоторое время перед повторной попыткой"; "message": "Настройте authProvider",
"type": "reject"
isUsingWrapper: true; }
isDownloadJava: false; ],
isWarningMissArchJava: true; "permissionsHandler": {
"filename": "permissions.json",
# White list testers "type": "json"
whitelistRejectString: "Вас нет в белом списке"; },
"textureProvider": {
# Proguard "skinURL": "http://example.com/skins/%username%.png",
proguardPrintMappings: false; "cloakURL": "http://example.com/cloaks/%username%.png",
"type": "request"
# Auth handler },
authHandler: "textFile"; "hwidHandler": {
authHandlerConfig: { "type": "accept"
file: "authHandler.cfg"; },
offlineUUIDs: true; "threadCount": 0,
}; "threadCoreCount": 0,
"launch4j": {
# Auth provider "enabled": false,
authProvider: "reject"; "fileDesc": "GravitLauncher 4.1.0",
authProviderConfig: { "fileVer": "4.1.0",
message: "You need to change auth provider in LaunchServer.cfg"; "internalName": "Launcher",
}; "copyright": "© GravitLauncher Team",
"trademarks": "This product is licensed under GPLv3",
#HWID handler "txtFileVersion": "%s, build %d",
hwidHandler: "accept"; "txtProductVersion": "%s, build %d"
hwidHandlerConfig: { },
"buildPostTransform": {
}; "enabled": false
},
# Texture provider "compress": false,
textureProvider: "request"; "authRateLimit": 0,
textureProviderConfig: { "authRateLimitMilis": 0,
skinsURL: "http://skins.minecraft.net/MinecraftSkins/%username%.png"; "authRejectString": "Превышен лимит авторизаций",
cloaksURL: "http://skins.minecraft.net/MinecraftCloaks/%username%.png"; "whitelistRejectString": "Вас нет в белом списке",
}; "genMappings": false,
"isUsingWrapper": false,
# Build operation "isDownloadJava": false,
buildExtendedOperation: { "mirrors": [
enabled: false; "http://mirror.gravitlauncher.ml/"
script: []; ],
}; "binaryName": "Launcher",
"address": "localhost",
# Binaries name "bindAddress": "0.0.0.0",
binaryName: "Launcher"; "env": "STD",
"isWarningMissArchJava": false
# Launch4J EXE binary building }
launch4J: {
enabled: true;
productName: "sashok724's Launcher v3 mod by Gravit";
productVer: "4.1.0.0";
fileDesc: "sashok724's Launcher v3 mod by Gravit";
fileVer: "1.1.0.0";
internalName: "Launcher";
copyright: "© sashok724 LLC";
trademarks: "This product is licensed under GNU GPL v3.0 License";
# version and build number
txtFileVersion: "%s, build %d";
txtProductVersion: "%s, build %d";
};
# Compress files when updating using Inflate algorithm
compress: true;