forked from projects/fipamo
26 lines
597 B
JSON
26 lines
597 B
JSON
{
|
|
"global": {
|
|
"base_url": "http://your.domain",
|
|
"title": "This is a Title",
|
|
"descriptions": "Because it should be easy.",
|
|
"background": "/assets/images/global/default-bg.jpg",
|
|
"private": "true",
|
|
"renderOnSave": "false",
|
|
"theme": "default-light"
|
|
},
|
|
"library_stats": {
|
|
"current_index": 1
|
|
},
|
|
"email": {
|
|
"smtp": {
|
|
"domain": "",
|
|
"email": "",
|
|
"password": ""
|
|
},
|
|
"mailgun": {
|
|
"domain": "",
|
|
"api-key": ""
|
|
}
|
|
},
|
|
"menu": []
|
|
} |