Merge pull request #3388 from gas-public-wooden-clean/fix-tutorial

Fix tutorial
This commit is contained in:
Griatch 2024-01-08 20:17:32 +01:00 committed by GitHub
commit 4d1b89a119
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 30 additions and 22 deletions

View file

@ -111,7 +111,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)