How do i configure the cors?
# community-help
f
How do i configure the cors?
j
When you start the server up, you'd just need to add a
--enable-cors
flag as a command line argument
f
Im using the docker and it looks like it has cors active by default
j
Even with Docker, you'd need to specify it as a command line arg...