1 parent 1df1a1b commit b797d74Copy full SHA for b797d74
1 file changed
app/artifact-cas/configs/config.devel.yaml
@@ -8,9 +8,9 @@ server:
8
# Timeouts for http downloads
9
# grpc downloads/uploads don't require this because they don't have timeouts
10
timeout: 300s
11
- # cors:
12
- # allow_origins:
13
- # - "http://localhost:3000"
+ cors:
+ allow_origins:
+ - "http://localhost:3000"
14
grpc:
15
addr: 0.0.0.0:9001
16
# Some unary RPCs are slow, so we need to increase the timeout
0 commit comments