Add an example config file.
This commit is contained in:
parent
7d35c7b272
commit
35f93ccba1
17
config
17
config
|
@ -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
13
config.example
Normal 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...)"
|
Loading…
Reference in New Issue
Block a user