Allow CORS in graphite api
This commit is contained in:
parent
5442a44008
commit
d548ff0765
|
@ -14,4 +14,6 @@ carbon:
|
||||||
retry_delay: 15
|
retry_delay: 15
|
||||||
carbon_prefix: carbon
|
carbon_prefix: carbon
|
||||||
replication_factor: 1
|
replication_factor: 1
|
||||||
|
allowed_origins:
|
||||||
|
- '*' # Allow CORS
|
||||||
time_zone: UTC
|
time_zone: UTC
|
||||||
|
|
Loading…
Reference in New Issue