mirror of
https://github.com/therootcompany/golib.git
synced 2026-03-02 23:57:59 +00:00
6 lines
178 B
Bash
6 lines
178 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
|