9 lines
227 B
JavaScript
9 lines
227 B
JavaScript
// This file is an example of project config with fake data
|
|
module.exports = {
|
|
frontends: {
|
|
staging: 'https://absolute_url_to_staging',
|
|
prod: 'https://absolute_url_to_prod',
|
|
dev: 'http://localhost:4000/',
|
|
},
|
|
};
|