mirror of
https://github.com/codex-storage/cli.git
synced 2025-02-28 16:40:43 +00:00
fixing the cors issue with the node
This commit is contained in:
parent
127858a52a
commit
806b47e7e5
@ -71,6 +71,7 @@ export async function runCodex(config, showNavigationMenu) {
|
|||||||
const executable = config.codexExe;
|
const executable = config.codexExe;
|
||||||
const args = [
|
const args = [
|
||||||
`--data-dir="${config.dataDir}"`,
|
`--data-dir="${config.dataDir}"`,
|
||||||
|
`--api-cors-origin="*"`,
|
||||||
`--log-level=DEBUG`,
|
`--log-level=DEBUG`,
|
||||||
`--log-file="${logFilePath}"`,
|
`--log-file="${logFilePath}"`,
|
||||||
`--storage-quota="${config.storageQuota}"`,
|
`--storage-quota="${config.storageQuota}"`,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user