change atomproject key

This commit is contained in:
Philip Weiss
2018-02-24 17:12:39 -08:00
parent e2c480847c
commit 9eee256396

View File

@@ -361,7 +361,7 @@ const crypto = require('crypto')
// * Don't depend on (or write to) configuration keys outside of your keypath.
//
const schemaEnforcers = {}
const PROJECT = '__project' + crypto.randomBytes(20).toString('hex')
const PROJECT = '__atomproject__'
class Config {
static addSchemaEnforcer (typeName, enforcerFunction) {