From 8b63aa159f5d6b719b4cc88493973f5d61ea0811 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sun, 18 Feb 2018 17:15:07 +0100 Subject: Rename config to .example Signed-off-by: Florian Pritz --- README.md | 2 ++ settings.conf | 6 ------ settings.conf.example | 6 ++++++ 3 files changed, 8 insertions(+), 6 deletions(-) delete mode 100644 settings.conf create mode 100644 settings.conf.example diff --git a/README.md b/README.md index 439d006..6e7d8dc 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ # Arch Mirror Tools This repo contains some tools that make the life easier for Arch Linux staff maintaining the official mirror list. + +To get started copy settings.conf.example to settings.conf and adjust to your needs. diff --git a/settings.conf b/settings.conf deleted file mode 100644 index e1f4ab3..0000000 --- a/settings.conf +++ /dev/null @@ -1,6 +0,0 @@ -[account] -username=foo -password=bar - -[misc] -email_from = "foo@bar.com" diff --git a/settings.conf.example b/settings.conf.example new file mode 100644 index 0000000..e1f4ab3 --- /dev/null +++ b/settings.conf.example @@ -0,0 +1,6 @@ +[account] +username=foo +password=bar + +[misc] +email_from = "foo@bar.com" -- cgit v1.2.3-24-g4f1b