diff options
| author | Awkanimus <119243140+Awkanimus@users.noreply.github.com> | 2023-01-05 15:59:08 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-05 21:59:08 +0100 |
| commit | 0dbb20fd63689285601153daccac322177fcb219 (patch) | |
| tree | 3cf193063c4806ed3cc9b6d1aeca2debd71ed0b6 /doc | |
| parent | 6377ce921db2d2f450f02f516e1317d6c7a4ae99 (diff) | |
| download | minetest-0dbb20fd63689285601153daccac322177fcb219.tar.xz | |
Document mod storage psql settings in world_format.txt
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/world_format.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/world_format.txt b/doc/world_format.txt index ab6b03b3c..6f6ee09a4 100644 --- a/doc/world_format.txt +++ b/doc/world_format.txt @@ -130,6 +130,7 @@ Example content (added indentation and - explanations): player_backend = sqlite3 - which DB backend to use for player data readonly_backend = sqlite3 - optionally readonly seed DB (DB file _must_ be located in "readonly" subfolder) auth_backend = files - which DB backend to use for authentication data + mod_storage_backend = sqlite3 - which DB backend to use for mod storage server_announce = false - whether the server is publicly announced or not load_mod_<mod> = false - whether <mod> is to be loaded in this world @@ -150,6 +151,7 @@ PostgreSQL backend specific settings: pgsql_player_connection = (same parameters as above) pgsql_readonly_connection = (same parameters as above) pgsql_auth_connection = (same parameters as above) + pgsql_mod_storage_connection = (same parameters as above) Redis backend specific settings: redis_address = 127.0.0.1 - Redis server address |
