fengxiang
2018-01-10 b0e569de0b00aa3f89a79e2c908b6d4a13a47a10
1
2
3
4
5
6
7
export const environment = {
    SERVER_URL: `./`,
    production: true,
    hmr: false,
    useHash: true,
    SERVER_BASH_URL: 'http://localhost:8080'
};