diff options
author | Arkadiusz Adamski <ar4s@users.noreply.github.com> | 2018-02-24 09:07:17 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-24 09:07:17 +0100 |
commit | c5b18cb0296c02d1fc7123f58481afe7ba00c1e4 (patch) | |
tree | 6958b9e025396e876110583a5efb74acb564754a | |
parent | 15cb0e31acf8c8363406fd55ded4fa6a7f910814 (diff) | |
parent | 0a27c94649a4f8963fead716444c8246e8c50ddf (diff) | |
download | tipboard-c5b18cb0296c02d1fc7123f58481afe7ba00c1e4.tar.gz tipboard-c5b18cb0296c02d1fc7123f58481afe7ba00c1e4.tar.bz2 tipboard-c5b18cb0296c02d1fc7123f58481afe7ba00c1e4.zip |
Merge pull request #56 from drewkhoury/patch-1
Update settings.py
-rw-r--r-- | tipboard/settings.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tipboard/settings.py b/tipboard/settings.py index 1b34e0d..877a69a 100644 --- a/tipboard/settings.py +++ b/tipboard/settings.py @@ -11,7 +11,7 @@ import os ############################################################################## # Stuff that can be / should be overridden in local settings -# Redis serwer configuration +# Redis server configuration REDIS_HOST = 'localhost' REDIS_PORT = 6379 REDIS_PASSWORD = None |