Colubrina/backend/config/config.example.json

19 lines
506 B
JSON
Raw Normal View History

2022-06-05 22:58:18 +10:00
{
2022-08-07 00:35:00 +10:00
"hostname": "localhost",
"corsHostname": "http://localhost:8080",
"siteName": "Colubrina",
"allowRegistrations": true,
"notification": "",
"notificationType": "",
"release": "stable",
"publicUsers": true,
"emailVerification": false,
"emailSMTPHost": "mail.example.com",
"emailSMTPPort": 587,
"emailSMTPUser": "colubrina@example.com",
"emailSMTPFrom": "colubrina@example.com",
"emailSMTPPassword": "",
"emailSMTPSecure": false,
"rules": "Write your instance rules here."
2022-06-05 22:58:18 +10:00
}