From 35f93ccba14b7e18324423eb12aa7954837843ba Mon Sep 17 00:00:00 2001 From: piradio Date: Wed, 22 May 2019 14:49:37 +0200 Subject: [PATCH] Add an example config file. --- config | 17 ----------------- config.example | 13 +++++++++++++ 2 files changed, 13 insertions(+), 17 deletions(-) delete mode 100644 config create mode 100644 config.example diff --git a/config b/config deleted file mode 100644 index fe0cba3..0000000 --- a/config +++ /dev/null @@ -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..." diff --git a/config.example b/config.example new file mode 100644 index 0000000..a31ab76 --- /dev/null +++ b/config.example @@ -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...)"