Skip to content

Commit

Permalink
Fix env int key problem
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Apr 4, 2024
1 parent 24d990b commit e606fbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/parametersSchema.neon
Expand Up @@ -207,7 +207,7 @@ parametersSchema:
dnsServers: schema(listOf(string()), min(1)),
tmpDir: string()
])
env: arrayOf(string(), string())
env: arrayOf(string(), anyOf(int(), string()))
sysGetTempDir: string()

# irrelevant Nette parameters
Expand Down

0 comments on commit e606fbe

Please sign in to comment.