removed /doc directory

This commit is contained in:
Leonard Lorenz 2020-11-21 21:27:01 +01:00
parent b84a8d081f
commit ff178b4984
2 changed files with 1 additions and 9 deletions

View file

@ -21,7 +21,7 @@ All configuration options are defined in .env, to be created in the same directo
An example configuration: An example configuration:
```bash ```
USERNAME=yourusername USERNAME=yourusername
EMAIL=me@mydomain.tld EMAIL=me@mydomain.tld
BIND_PORT=8000 BIND_PORT=8000

View file

@ -1,8 +0,0 @@
# Environment Variables
- ROOT_PATH: path where html, static and database reside
- BIND_PORT: port to bind to
- DATABASE_URL: path to the sqlite3 database
- USERNAME: who does this site belong to?
- EMAIL: email to contact the site owner
- SUBMIT_TOKEN: Alphanumeric string to be used for creating blog posts