outreaching/src/sample.config.js

5 lines
85 B
JavaScript
Raw Normal View History

2021-04-09 17:48:50 +02:00
const config = {
thumbnailServer: "http://localhost:8000"
};
export default config;