From 94ae4eaa02998ab6f61eb58e17eddf83120341d2 Mon Sep 17 00:00:00 2001 From: edleeman Date: Mon, 7 Oct 2019 20:09:09 +0100 Subject: [PATCH] Update README Updated README to provide the correct example template name. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ee4df43..234ac0b 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ according to the [Django deployment checklist](https://docs.djangoproject.com/en if you are not, we also provide a simple [configuration file](etesync-server.ini.example) for easy deployment which you can use. -To use the easy configuration file rename it to `example-server.ini` and place it either at the root of this repository or in `/etc/etesync-server`. +To use the easy configuration file rename it to `etesync-server.ini` and place it either at the root of this repository or in `/etc/etesync-server`. Some particular settings that should be edited are: * [`ALLOWED_HOSTS`](https://docs.djangoproject.com/en/1.11/ref/settings/#std:setting-ALLOWED_HOSTS)