Skip to content

Commit

Permalink
Merge pull request #34 from s2hc-johan/doc_fix
Browse files Browse the repository at this point in the history
Fixing wrong value names documentation
  • Loading branch information
Kwpolska committed Feb 15, 2015
2 parents 4b0e659 + 79c05eb commit dcff05f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/admin/setup.rst
Expand Up @@ -75,11 +75,11 @@ Start by setting up Nikola. This can be done using ``nikola init``.
Then, you must make some changes to the config:

* ``coil_SECRET_KEY`` — a bunch of random characters, needed for sessions.
* ``COIL_SECRET_KEY`` — a bunch of random characters, needed for sessions.
**Store it in a safe place** — git is not one! You can use
``os.urandom(24)`` to generate something good.
* ``coil_URL`` — the URL under which Coil can be accessed.
* ``REDIS_URL`` — the URL of your Redis database.
* ``COIL_URL`` — the URL under which Coil can be accessed.
* ``COIL_REDIS_URL`` — the URL of your Redis database.
* Modify ``POSTS`` and ``PAGES``, replacing ``.txt`` by ``.html``.

Redis URL syntax
Expand Down

0 comments on commit dcff05f

Please sign in to comment.