IMAGE / web /src /constants /common-env.ts
cjovs
Deploy chatgpt2api with bucket mounted at /app/data
66a73ac
Raw
History Blame Contribute Delete
195 Bytes
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