minor alteration of README to cover database persistence
This commit is contained in:
parent
70b98d6c18
commit
925acd46e4
@ -29,7 +29,9 @@ MONGO_INITDB_ROOT_USERNAME=
|
|||||||
MONGO_INITDB_ROOT_PASSWORD=
|
MONGO_INITDB_ROOT_PASSWORD=
|
||||||
BOT_VERSION=2.1.1
|
BOT_VERSION=2.1.1
|
||||||
```
|
```
|
||||||
The only thing that remains is for the correct API keys to be entered in the environment variables in the `.env` file, and for a copy of this file to be placed in the root and the `app` directories.
|
The correct API keys need to be entered in the environment variables in the `.env` file, and for a copy of this file to be placed in the root and the `app` directories.
|
||||||
|
|
||||||
|
Also create a new folder in the root directory called `db`. This is to ensure there is persistence of data when the bot is updated.
|
||||||
|
|
||||||
**N.B.**: When the bot is first run, it is configured to log in as the Test Bot, and not the main Geas Server Bot, as a safety measure.
|
**N.B.**: When the bot is first run, it is configured to log in as the Test Bot, and not the main Geas Server Bot, as a safety measure.
|
||||||
To change this, navigate to the last line of the file `bot.py` and change the line:
|
To change this, navigate to the last line of the file `bot.py` and change the line:
|
||||||
|
Loading…
Reference in New Issue
Block a user