mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-20 08:33:11 +00:00
committed by
Rainer Killinger
parent
d110d60123
commit
e17db521e2
@@ -13,9 +13,13 @@
|
||||
* You should have received a copy of the GNU Affero General Public License
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
import {SCConfigFile} from '@openstapps/core';
|
||||
import {Logger} from '@openstapps/logger';
|
||||
import * as config from 'config';
|
||||
import {BackendTransport} from './notification/BackendTransport';
|
||||
|
||||
export const mailer = BackendTransport.getTransportInstance();
|
||||
|
||||
export const logger = new Logger(mailer);
|
||||
|
||||
export const configFile: SCConfigFile = config.util.toObject();
|
||||
|
||||
Reference in New Issue
Block a user