cattr-app/frontend-application

View on GitHub
app/etc/env.js

Summary

Maintainability
A
0 mins
Test Coverage
module.exports = {
    // If set, frontend will request backend at this url; location origin otherwise
    API_URL: null,

    // Will be used at the about page
    STORAGE_SPACE_MAX_USED: 75,
};