outreaching/src/sample.config.js

6 lines
127 B
JavaScript
Raw Permalink Normal View History

2021-04-09 17:48:50 +02:00
const config = {
2021-04-10 06:14:15 +02:00
thumbnailServer: "http://localhost:8000",
profileServer: "http://localhost:8001",
2021-04-09 17:48:50 +02:00
};
export default config;