You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
457 B
Plaintext
22 lines
457 B
Plaintext
6 years ago
|
{
|
||
6 years ago
|
"url": "http://your.domain",
|
||
|
"title": "This is the title",
|
||
|
"description": "A few words describing the site",
|
||
6 years ago
|
"theme": "default-light",
|
||
|
"private": "false",
|
||
6 years ago
|
"feautred-url":"fancybackground.something",
|
||
6 years ago
|
"email":
|
||
|
{
|
||
|
"smtp":
|
||
|
{
|
||
|
"domain": "",
|
||
|
"email": "",
|
||
|
"password": ""
|
||
|
},
|
||
|
"mailgun":
|
||
|
{
|
||
|
"domain": "",
|
||
|
"api-key": ""
|
||
|
}
|
||
|
}
|
||
|
}
|