5 lines
195 B
Bash
5 lines
195 B
Bash
#!/bin/bash
|
|
export SONIC_HOST=127.0.0.1 # or some other ip address or hostname
|
|
export SONIC_PORT=1491 # or some other port?
|
|
export SONIC_SECRET="PthRtZ0m2MFLG" # or whatever password you set up
|