lore-generate-new
Version:
Generates a new Lore application
33 lines (27 loc) • 770 B
JavaScript
/**
* Local environment settings
*
* This file is excluded from your project by default as part of the .gitignore
* file. Use it to override any configuration settings for any other config
* files, or to specify sensitive data that you shouldn't be committed to your
* git repo.
*
* Use this file to specify configuration settings for use while developing
* the app on your personal system.
*
* These settings take precedence over all other config files, including those
* in the env/ subfolder.
*/
export default {
/**
* This file will override other config settings based on the environment
*/
// actions: {
// normalize: true
// },
// connections: {
// default: {
// apiRoot: 'https://api.example.dev'
// }
// }
}