refactor XR controller handling in design mode
This commit is contained in:
@@ -16,7 +16,7 @@ class Config{
|
||||
* @type {string}
|
||||
* @memberof FileSystemOptions
|
||||
*/
|
||||
repo: null
|
||||
repo: pe.FS_REPO || null
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -29,13 +29,13 @@ class Config{
|
||||
* @type {string}
|
||||
* @memberof DatabaseOptions
|
||||
*/
|
||||
name:'pronature',
|
||||
name:pe.DB_NAME || 'pronature',
|
||||
|
||||
/** Database connection string, данни за свързване с базата от данни
|
||||
* @type {string}
|
||||
* @memberof DatabaseOptions
|
||||
*/
|
||||
url: "mongodb://127.0.0.1:27017/pronature"
|
||||
url: pe.DB_URL || "mongodb://127.0.0.1:27017/pronature"
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user