removed /doc directory
This commit is contained in:
parent
b84a8d081f
commit
ff178b4984
2 changed files with 1 additions and 9 deletions
|
@ -21,7 +21,7 @@ All configuration options are defined in .env, to be created in the same directo
|
|||
|
||||
An example configuration:
|
||||
|
||||
```bash
|
||||
```
|
||||
USERNAME=yourusername
|
||||
EMAIL=me@mydomain.tld
|
||||
BIND_PORT=8000
|
||||
|
|
|
@ -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
|
Loading…
Reference in a new issue