readme update: change example domain to .example
This commit is contained in:
parent
c6542515aa
commit
2d0976f441
|
@ -248,7 +248,7 @@ An example to show what your config like could look like
|
||||||
```python
|
```python
|
||||||
SECRET_KEY= # string with secret key would be here.
|
SECRET_KEY= # string with secret key would be here.
|
||||||
OWNCAST_ACCESS_TOKEN="5AT0gbe9ZuzDunsBG0rcwfalQNTi3fvV70NPvvQHk3I="
|
OWNCAST_ACCESS_TOKEN="5AT0gbe9ZuzDunsBG0rcwfalQNTi3fvV70NPvvQHk3I="
|
||||||
OWNCAST_INSTANCE_URL="http://MyTlapbotServer.com"
|
OWNCAST_INSTANCE_URL="http://MyTlapbotServer.example"
|
||||||
POINTS_CYCLE_TIME=300
|
POINTS_CYCLE_TIME=300
|
||||||
LIST_REDEEMS=True
|
LIST_REDEEMS=True
|
||||||
ACTIVE_CATEGORIES=["gaming"]
|
ACTIVE_CATEGORIES=["gaming"]
|
||||||
|
|
Loading…
Reference in New Issue