surveillance / voila.json
camilleseab's picture
Add back in voila.json
85a24a8
raw
history blame
No virus
178 Bytes
{
"Voila": {
"ip":"0.0.0.0",
"port": 7860,
"tornado_settings": {
"headers": {
"Content-Security-Policy": "frame-ancestors self *"
}
}
}
}