Browse Source

add config file

tags/5.1.0
Luigi Cruz 3 years ago
parent
commit
85d74c2592
2 changed files with 5 additions and 2 deletions
  1. +1
    -2
      .gitignore
  2. +4
    -0
      config

+ 1
- 2
.gitignore View File

@@ -7,10 +7,9 @@ node_modules
.DS_Store .DS_Store
deploy/* deploy/*
work/* work/*
config
postrun.sh postrun.sh
SKIP SKIP
SKIP_IMAGES SKIP_IMAGES
.pc .pc
*-pc *-pc
apt-cacher-ng/
apt-cacher-ng/

+ 4
- 0
config View File

@@ -0,0 +1,4 @@
IMG_NAME='PiSDR'
ENABLE_SSH=1
HOSTNAME='pisdr'
FIRST_USER_PASS='raspberry'

Loading…
Cancel
Save