"description": "Enables extra console text output.",
"synopsis": [
"--verbose"
]
},
"quiet": {
"type": "boolean",
"description": "Disables all non-error console text output.",
"synopsis": [
"--quiet"
]
},
"allowed-addr": {
"type": "string",
"description": "WAAPI 연결이 허용된 IP 주소를 지정합니다. 이 옵션 후에는 반드시 쉼표로 구분된 목록이 와야 합니다 (예: \"127.0.0.1\"). Default value is \"127.0.0.1\".",
"synopsis": [
"--allowed-addr ADDRESS",
"--allowed-addr ADDRESS1,ADDRESS2,..."
]
},
"allowed-origin": {
"type": "string",
"description": "WAAPI 연결이 허용된 호스트를 지정합니다. 이 옵션 후에는 반드시 쉼표로 구분된 목록이 와야 합니다 (예: \"www.myhost.com,www.myhost2.com\"). HTTP의 Origin 헤더에서 검사를 실행합니다. 파일 기반 연결(예: file:\/\/)을 포함해 Origin 헤더가 없는 연결도 허용됩니다.",
"synopsis": [
"--allowed-origin HOST",
"--allowed-origin HOST1,HOST2,..."
]
},
"http-port": {
"type": "number",
"description": "HTTP POST를 사용할 때 WAAPI가 사용하는 포트 번호를 지정합니다. 이 옵션 뒤에는 반드시 포트 번호(0에서 65,535 사이)가 와야 합니다. 0을 사용하면 서버가 실행되지 않습니다. Default value is 8090.",
"synopsis": [
"--http-port PORT"
],
"minimum": 0,
"maximum": 65535
},
"wamp-port": {
"type": "number",
"description": "WAMP를 사용할 때 WAAPI가 사용하는 포트 번호를 지정합니다. 이 옵션은 User Preferences(사용자 환경 설정)보다 우선시되며, 반드시 뒤에 포트 번호(0에서 65,535 사이)가 와야 합니다. 0을 사용하면 서버가 실행되지 않습니다. Default value is 8080.",
"synopsis": [
"--wamp-port PORT"
],
"minimum": 0,
"maximum": 65535
},
"http-max-clients": {
"type": "number",
"description": "HTTP POST를 사용할 때 서버에 동시에 연결할 수 있는 WAAPI 클라이언트의 최대 개수를 지정합니다. 이 옵션 후에는 반드시 0에서 100 사이 숫자가 와야 합니다. 0을 사용하면 서버가 실행되지 않습니다. Default value is 2.",
"synopsis": [
"--http-max-clients NUM"
],
"minimum": 0,
"maximum": 100
},
"wamp-max-clients": {
"type": "number",
"description": "WAMP를 사용할 때 서버에 동시에 연결할 수 있는 WAAPI 클라이언트의 최대 개수를 지정합니다. 이 옵션 후에는 반드시 0에서 100 사이 숫자가 와야 합니다. 0을 사용하면 서버가 실행되지 않습니다. Default value is 5.",
"synopsis": [
"--wamp-max-clients NUM"
],
"minimum": 0,
"maximum": 100
},
"allow-migration": {
"type": "boolean",
"description": "Allow migration and save of the Wwise project before executing the operation.",
"synopsis": [
"--allow-migration"
]
},
"no-source-control": {
"type": "boolean",
"description": "Skip automatic checkout (if supported by project's source control plugin) of migrated files from source control.",
"synopsis": [
"--no-source-control"
]
},
"watchdog-timeout": {
"type": "integer",
"minimum": 0,
"description": "Time in seconds to set as a watchdog threshold. The watchdog is signaled every time a WAAPI function call is made. By default, the value is 0 and the watchdog is disabled.",
"synopsis": [
"--watchdog-timeout 30"
]
}
}
}
이 페이지가 도움이 되었나요?
지원이 필요하신가요?
질문이 있으신가요? 문제를 겪고 계신가요? 더 많은 정보가 필요하신가요? 저희에게 문의해주시면 도와드리겠습니다!