Update config.yaml
Browse files- config.yaml +5 -3
config.yaml
CHANGED
|
@@ -4,16 +4,18 @@ db-type: "sqlite"
|
|
| 4 |
db-address: "/data/sqlite.db"
|
| 5 |
storage-local-base-path: "/data/storage"
|
| 6 |
|
| 7 |
-
#
|
| 8 |
accounts-registration-open: true
|
| 9 |
accounts-approval-required: false
|
| 10 |
accounts-reason-required: false
|
|
|
|
|
|
|
| 11 |
|
| 12 |
-
# التواصل مع
|
| 13 |
federation-enabled: true
|
| 14 |
federation-spam-filter: false
|
| 15 |
|
| 16 |
-
# إلغاء قيود السرعة
|
| 17 |
advanced-rate-limit-requests-per-minute: 0
|
| 18 |
advanced-rate-limit-requests-backoff: false
|
| 19 |
|
|
|
|
| 4 |
db-address: "/data/sqlite.db"
|
| 5 |
storage-local-base-path: "/data/storage"
|
| 6 |
|
| 7 |
+
# إعدادات الحسابات (إلغاء الموافقة والبريد)
|
| 8 |
accounts-registration-open: true
|
| 9 |
accounts-approval-required: false
|
| 10 |
accounts-reason-required: false
|
| 11 |
+
email-verification-required: false
|
| 12 |
+
enable-email: false
|
| 13 |
|
| 14 |
+
# التواصل مع الفيديفيرس
|
| 15 |
federation-enabled: true
|
| 16 |
federation-spam-filter: false
|
| 17 |
|
| 18 |
+
# إلغاء قيود السرعة
|
| 19 |
advanced-rate-limit-requests-per-minute: 0
|
| 20 |
advanced-rate-limit-requests-backoff: false
|
| 21 |
|