mirror of
https://git.0x0.st/mia/0x0.git
synced 2025-04-18 14:33:03 +02:00
Move the default config to a .example.py file
This commit is contained in:
parent
da2357183c
commit
32118c2cc8
2 changed files with 3 additions and 3 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue