Spaces:
Running
Running
File size: 195 Bytes
c47ec10 | 1 2 3 4 5 6 7 | const webConfig = {
apiUrl: process.env.NODE_ENV === 'development' ? 'http://127.0.0.1:8000' : '',
appVersion: process.env.NEXT_PUBLIC_APP_VERSION || '0.0.0',
}
export default webConfig
|