1
0
forked from MTSR/mapserver
This commit is contained in:
Thomas Rudin 2019-01-04 10:47:24 +01:00
parent f388e56fe8
commit 4c69837401
2 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,8 @@
gameid = minetest
backend = postgresql
creative_mode = false
enable_damage = true
player_backend = postgresql
pgsql_connection = host=postgres port=5432 user=postgres password=enter dbname=postgres
pgsql_player_connection = host=postgres port=5432 user=postgres password=enter dbname=postgres

5
worldconfig/testdata/world.mt.sqlite vendored Normal file
View File

@ -0,0 +1,5 @@
gameid = minetest
backend = sqlite3
creative_mode = false
enable_damage = false
player_backend = files