diff --git a/config.js b/config.js deleted file mode 100644 index 7bc75c9fb2..0000000000 --- a/config.js +++ /dev/null @@ -1,13 +0,0 @@ -module.exports = () => ({ - datastore: "local", - datastoreConfig: { - rootPath: "./.data", - }, - keys: ["secret1", "secret2"], - port: 4001, - latestPackagesFolder: ".", - extraMasterPlugins: {}, - dev: true, - customizeMaster: appDefinition => appDefinition, - useAppRootPath: true, -})