mirror of
https://github.com/therootcompany/golib.git
synced 2026-03-02 23:57:59 +00:00
7 lines
216 B
Bash
7 lines
216 B
Bash
#!/bin/sh
|
|
#export SMSGW_BASEURL=http://192.168.1.200:8080
|
|
export SMSGW_BASEURL=https://smsgateway.example.com
|
|
export SMSGW_USERNAME=sms
|
|
export SMSGW_PASSWORD=xxxx-xxxx-xxxx-xxxx
|
|
export SMSGW_TEST_NUMBER=+18005551234
|