forked from projects/fipamo
ro
b37e64d062
Removed email settings from settings.json and moved them to the .env file to use Laravel's mailer functionality. references to the old mailer has been removed from settings.json, data sorting class and the settings template file the front end script has also been updated to accomodate different message types, starting with a test message so members can make sure the settings defined in the .env are working
20 lines
455 B
JSON
20 lines
455 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": "fipamo-default-v2",
|
|
"display_limit": 5,
|
|
"last_backup": null,
|
|
"externalAPI": "false",
|
|
"dynamicRender": "false"
|
|
},
|
|
"library_stats": {
|
|
"current_index": 1
|
|
},
|
|
"menu": []
|
|
}
|