Update README.md
This commit is contained in:
parent
7f4637e13f
commit
b84a8d081f
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,6 @@
|
||||||
# Crablog
|
# Crablog
|
||||||
|
|
||||||
Pure rust. Built with actix, diesel, tera, serde and sqlite3.
|
Pure rust. Built with actix, diesel, tera, serde and sqlite3.
|
||||||
Environment variables are documented in [variables.md](./doc/environment.md)
|
|
||||||
|
|
||||||
## Build instructions using docker
|
## Build instructions using docker
|
||||||
|
|
||||||
|
@ -26,5 +25,6 @@ An example configuration:
|
||||||
USERNAME=yourusername
|
USERNAME=yourusername
|
||||||
EMAIL=me@mydomain.tld
|
EMAIL=me@mydomain.tld
|
||||||
BIND_PORT=8000
|
BIND_PORT=8000
|
||||||
|
ROOT_PATH=/path/to/template/directory/and/sqliteDB
|
||||||
SUBMIT_TOKEN=Submit!123 # token needed for submitting
|
SUBMIT_TOKEN=Submit!123 # token needed for submitting
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue