mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-08-28 22:12:19 -04:00
5 lines
146 B
JavaScript
5 lines
146 B
JavaScript
var Environment = {
|
|
API_HOST: JSON.stringify(process.env.API_HOST || 'https://api-staging.scratch.mit.edu')
|
|
};
|
|
|
|
module.exports = Environment;
|