Lista Amici
Richieste di Fiducia Accettati Rifiutati
This commit is contained in:
@@ -35,12 +35,18 @@ const SiteSchema = new Schema({
|
||||
host: {
|
||||
type: String,
|
||||
},
|
||||
host_test: {
|
||||
type: String,
|
||||
},
|
||||
portapp: {
|
||||
type: String,
|
||||
},
|
||||
dir: {
|
||||
type: String,
|
||||
},
|
||||
dir_test: {
|
||||
type: String,
|
||||
},
|
||||
email_from: {
|
||||
type: String,
|
||||
},
|
||||
@@ -53,9 +59,18 @@ const SiteSchema = new Schema({
|
||||
telegram_bot_name: {
|
||||
type: String,
|
||||
},
|
||||
telegram_key_test: {
|
||||
type: String,
|
||||
},
|
||||
telegram_bot_name_test: {
|
||||
type: String,
|
||||
},
|
||||
pathreg_add: {
|
||||
type: String,
|
||||
},
|
||||
ask_to_verify_reg: {
|
||||
type: Boolean,
|
||||
},
|
||||
who: {
|
||||
type: String
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user