Add an example config file.

pull/431/head
piradio 2019-05-22 14:49:37 +02:00
parent 7d35c7b272
commit 35f93ccba1
2 changed files with 13 additions and 17 deletions

17
config
View File

@ -1,17 +0,0 @@
# 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..."

13
config.example Normal file
View File

@ -0,0 +1,13 @@
# set the image name
IMG_NAME="Piradio"
# set to 1 to zip the image
DEPLOY_ZIP="0"
# set to 1 to enable SSH
ENABLE_SSH="0"
# wifi settings
WPA_ESSID="your wifi name goes here"
WPA_PASSWORD="your wifi password goes here"
WPA_COUNTRY="your country goes here (eg: US, GB, DE, FR, ES...)"