updating example config

This commit is contained in:
msramalho
2022-02-16 12:26:37 +01:00
parent b3d6d08289
commit 96558a0cf7

View File

@@ -8,5 +8,12 @@ export default {
path: 'data/timemap_data.xlsx',
tabs: timemap.default
}
]
],
cors: {
active: false,
corsOptions: { // meaningless unless active=true
origin: 'http://example.com',
optionsSuccessStatus: 200 // some legacy browsers (IE11, various SmartTVs) choke on 204
}
}
}