19 lines
575 B
JavaScript
Executable File
19 lines
575 B
JavaScript
Executable File
"use strict";
|
|
module.exports = {
|
|
name: "max-framework",
|
|
description: "Max Framework - Game Development Framework",
|
|
show_log: "show_log",
|
|
hotupdate: {
|
|
hotupdatecheck: "Enable Hot Update",
|
|
hotupdatecfg: "Hot Update Config File",
|
|
outputcfg: "Output Directory",
|
|
autoupload: "Auto Upload to MinIO",
|
|
endpoint: "MinIO Server Endpoint",
|
|
accesskey: "Access Key ID",
|
|
secretkey: "Secret Access Key",
|
|
bucket: "Bucket Name",
|
|
usessl: "Use SSL Connection",
|
|
pathprefix: "Path Prefix",
|
|
},
|
|
};
|