beac5543ce
no issue - we should be testing production functionality by default, if tests need to test functionality behind the developer experiments flag they should explicitly enable it
11 lines
221 B
JavaScript
11 lines
221 B
JavaScript
export default [{
|
|
clientExtensions: {},
|
|
database: 'mysql',
|
|
enableDeveloperExperiments: false,
|
|
environment: 'development',
|
|
labs: {},
|
|
mail: 'SMTP',
|
|
version: '2.15.0',
|
|
useGravatar: 'true'
|
|
}];
|