Remove config-example.yaml

This commit is contained in:
Dave Gallant
2020-07-06 13:26:13 -04:00
parent d9474be233
commit c9ba058ae6
3 changed files with 3 additions and 9 deletions

View File

@@ -1,5 +0,0 @@
feeds:
- https://aws.amazon.com/blogs/security/feed/
- https://www.phoronix.com/rss.php
- https://www.zdnet.com/topic/security/rss.xml
path: .config/srv/config.yml

View File

@@ -1,9 +1,8 @@
--- ---
feeds: feeds:
- https://news.ycombinator.com/rss - https://aws.amazon.com/blogs/security/feed/
- https://www.reddit.com/r/linux/.rss
- https://www.zdnet.com/topic/security/rss.xml
- https://www.phoronix.com/rss.php - https://www.phoronix.com/rss.php
- https://www.zdnet.com/topic/security/rss.xml
# Optionally define an application to view the feeds # Optionally define an application to view the feeds
#externalViewer: firefox #externalViewer: firefox

View File

@@ -8,7 +8,7 @@ import (
// TestLoadConfiguration tests loading the example config // TestLoadConfiguration tests loading the example config
func TestLoadConfiguration(t *testing.T) { func TestLoadConfiguration(t *testing.T) {
exampleConfig, err := LoadConfiguration("../config-example.yaml") exampleConfig, err := LoadConfiguration("../config-example.yml")
assert.NoError(t, err) assert.NoError(t, err)