gateway
This commit is contained in:
@@ -12,6 +12,7 @@ export const ServerConfig = new Schema<IServerConfig>({
|
||||
allowRegister: { type: Boolean, required: true },
|
||||
}, {
|
||||
autoIndex: false,
|
||||
autoCreate: false,
|
||||
capped: {
|
||||
max: 1,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user