jookies / jasmin

Jasmin - Open source SMS gateway
http://jasminsms.com
Other
986 stars 539 forks source link

Rest api config to /etc/jasmin/rest-api.cfg #1170

Closed BlackOrder closed 5 months ago

BlackOrder commented 6 months ago

Description

Read config from file. tried to use the same style as the rest of the configs. Cleaned Docker image and added the celery worker mode. Before it was only a RestAPI without a celery worker, now you will have to enable either RestAPI, or the celery mode separately.

Checks