Add example config file.
This commit is contained in:
parent
657ff83b83
commit
6896a8cef2
17
config
Normal file
17
config
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
# set the image name
|
||||||
|
IMG_NAME="Piradio"
|
||||||
|
|
||||||
|
# set to 1 to zip the image
|
||||||
|
DEPLOY_ZIP="0"
|
||||||
|
|
||||||
|
# set the OS user and password
|
||||||
|
FIRST_USER_NAME="radio"
|
||||||
|
FIRST_USER_PASS="radio"
|
||||||
|
|
||||||
|
# set to 1 to enable SSH
|
||||||
|
ENABLE_SSH="0"
|
||||||
|
|
||||||
|
# wifi settings
|
||||||
|
WPA_ESSID="your wifi name"
|
||||||
|
WPA_PASSWORD="your wifi password"
|
||||||
|
WPA_COUNTRY="your country code, eg: GB, US..."
|
Loading…
Reference in New Issue
Block a user