Skip to content

Instantly share code, notes, and snippets.

@abhinavdhasmana
Created October 18, 2016 06:59
Show Gist options
  • Save abhinavdhasmana/be0a62763f6475b7a3edc365704b85d4 to your computer and use it in GitHub Desktop.
Save abhinavdhasmana/be0a62763f6475b7a3edc365704b85d4 to your computer and use it in GitHub Desktop.
export default (config) => ({
compiler_public_path: `http://${config.server_host}:${config.server_port}/`,
proxy: {
enabled: true,
options: {
// koa-proxy options
host: 'http://localhost:4000',
match: /^\/api\/.*/
}
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment