clientConfig.js 174 Bytes
Newer Older
Kim, Subin's avatar
Kim, Subin committed
1
2
3
4
5
6
7
const config = {
    env: process.env.NODE_ENV === 'production' ? 'production' : 'development',
    serverRoot: '/',
    loginUser: 'butterStd-user',
}

export default config