8 lines
166 B
Bash
8 lines
166 B
Bash
#!/usr/bin/env bash
|
|
|
|
readonly sc_whoogleDir="/opt/whoogle-search"
|
|
readonly sc_whoogleUser="whoogle"
|
|
readonly sc_whoogleHost="0.0.0.0"
|
|
readonly sc_whooglePort="5000"
|
|
|