frontend/seed/config_example.js
2025-05-14 21:49:03 +02:00

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/',
},
};