v1.0.23 (#68)
# Features - Build environment variables for NodeJS builds - Initial monorepo support (more tests needed!) # Fixes - Fix wrong redirects - Logout fix for the session manager
This commit is contained in:
@@ -45,7 +45,11 @@ const ConfigurationSchema = new Schema({
|
||||
domain: { type: String, required: true },
|
||||
path: { type: String },
|
||||
port: { type: Number },
|
||||
secrets: { type: Array }
|
||||
secrets: [{
|
||||
name: { type: String },
|
||||
value: { type: String },
|
||||
isBuild: { type: Boolean, default: false },
|
||||
}]
|
||||
}
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user