updated readme for social buttons
This commit is contained in:
parent
865040a68b
commit
8f2512e95f
1 changed files with 8 additions and 1 deletions
|
@ -25,8 +25,15 @@ 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
|
||||||
|
GITHUB_ACCOUNT=usernam3
|
||||||
|
TWITTER_ACCOUNT=usernam3
|
||||||
|
MASTODON_ACCOUNT=usernam3@mastodon.social
|
||||||
|
REDDIT_ACCOUNT=usernam3
|
||||||
|
DISCORD_ACCOUNT=usernam3
|
||||||
|
|
||||||
|
# only needed when not using a docker container
|
||||||
|
ROOT_PATH=/path/to/template/directory/and/sqliteDB
|
||||||
```
|
```
|
||||||
|
|
||||||
## Routes
|
## Routes
|
||||||
|
|
Loading…
Reference in a new issue