denniselite / sms-service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SMS Service

Сервис для смс-рассылок

Installation

make
make install

Configuration

Format:

project: phone
listen: 3006

rabbit:
  host: 127.0.0.1
  port: 5672
  username: guest
  password: guest

sms:
  -
    codes: []
    enable: true
    settings:
      url: 'https://example.com'
      login: login
      password: password
      from: FROM
    transport: example

Starting service

bin/sms-service --c cfg/config.yml

About


Languages

Language:Go 89.7%Language:Makefile 10.3%