Move the default config to a .example.py file

This commit is contained in:
Emi Simpson 2022-11-28 11:55:02 -05:00
parent da2357183c
commit 32118c2cc8
No known key found for this signature in database
GPG Key ID: 45E9C6E81BD86E7C
2 changed files with 3 additions and 3 deletions

View File

@ -7,9 +7,9 @@ This is a no-bullshit file hosting and URL shortening service that also runs
Configuration
-------------
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.
To configure 0x0, copy ``instance/config.example.py`` to ``instance/config.py``, then edit
it. Resonable defaults are set, but there's a couple options you'll need to change
before running 0x0 for the first time.
By default, the configuration is stored in the Flask instance directory.
Normally, this is in `./instance`, but it might be different for your system.