mirror of
https://github.com/Troplo/Colubrina.git
synced 2024-11-22 19:27:55 +11:00
18 lines
506 B
JSON
18 lines
506 B
JSON
{
|
|
"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."
|
|
}
|