From 103993c7a032c5887fd4e06f6df3622977c7c591 Mon Sep 17 00:00:00 2001 From: Ember Hearth Date: Sat, 26 Nov 2022 23:01:38 -0500 Subject: [PATCH] Update the README to reflect the existence of the config file --- README.rst | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.rst b/README.rst index 0e1c1cc..e7ce0ad 100644 --- a/README.rst +++ b/README.rst @@ -7,13 +7,12 @@ This is a no-bullshit file hosting and URL shortening service that also runs Configuration ------------- -To configure 0x0, create ``instance/config.py``. -The defaults are at the start of ``fhost.py``. To change them, -add them to ``instance/config.py``— for example:: +To configure 0x0, edit ``instance/config.py``. Resonable defaults are set, +but there's a couple options you'll need to change before running 0x0 for the +first time. - SQLALCHEMY_DATABASE_URI = "sqlite:///some/path/db.sqlite" - -For more information on instance configuration, see +By default, the configuration is stored in the Flask instance directory. For +information on where this is for your system, see `the Flask documentation `_. To customize the home and error pages, simply create a ``templates`` directory