Added sample config

This commit is contained in:
Ash Leece 2021-12-28 10:22:05 +00:00
parent ce379f705a
commit f54bb612a9
2 changed files with 7 additions and 1 deletions

3
.gitignore vendored
View File

@ -4,4 +4,5 @@
!*.mod
!*.sum
!docker-compose.yml
!Dockerfile
!Dockerfile
!sample-config.yml

5
sample-config.yml Normal file
View File

@ -0,0 +1,5 @@
endpoints:
- 192.168.1.20
- 192.168.1.21
username: "username"
password: "password"