outreaching/src/sample.config.js

5 lines
85 B
JavaScript

const config = {
thumbnailServer: "http://localhost:8000"
};
export default config;