outreaching/src/sample.config.js

6 lines
127 B
JavaScript

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