Fix typos.

This commit is contained in:
gas-public-wooden-clean 2023-12-17 10:35:30 -06:00
parent 7a7416b084
commit ff159e3942
8 changed files with 10 additions and 10 deletions

View file

@ -107,7 +107,7 @@ You may also begin viewing the real-time log immediately by adding `-l/--log` to
## Server Configuration
Your server's configuration file is `mygame/server/settings.py`. It's empty by default. Copy and paste **only** the settings you want/need from the [default settings file](./Settings-Default.md) to your server's `settings.py`. See the [Settings](./Settings.md) documentation for more information before configuring your server at this time.
Your server's configuration file is `mygame/server/conf/settings.py`. It's empty by default. Copy and paste **only** the settings you want/need from the [default settings file](./Settings-Default.md) to your server's `settings.py`. See the [Settings](./Settings.md) documentation for more information before configuring your server at this time.
## Register with the Evennia Game Index (optional)