From 85d74c2592ff4072bcb65a19bf590dde8045ee0e Mon Sep 17 00:00:00 2001 From: Luigi Cruz Date: Tue, 16 Feb 2021 01:54:22 -0300 Subject: [PATCH] add config file --- .gitignore | 3 +-- config | 4 ++++ 2 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 config diff --git a/.gitignore b/.gitignore index 8d01207..476eccf 100644 --- a/.gitignore +++ b/.gitignore @@ -7,10 +7,9 @@ node_modules .DS_Store deploy/* work/* -config postrun.sh SKIP SKIP_IMAGES .pc *-pc -apt-cacher-ng/ \ No newline at end of file +apt-cacher-ng/ diff --git a/config b/config new file mode 100644 index 0000000..72dca46 --- /dev/null +++ b/config @@ -0,0 +1,4 @@ +IMG_NAME='PiSDR' +ENABLE_SSH=1 +HOSTNAME='pisdr' +FIRST_USER_PASS='raspberry'