forked from MTSR/mapserver
18 lines
627 B
Mathematica
18 lines
627 B
Mathematica
|
gameid = minetest
|
||
|
creative_mode = true
|
||
|
enable_damage = true
|
||
|
|
||
|
auth_backend = postgresql
|
||
|
pgsql_auth_connection = host=postgres user=postgres password=enter dbname=postgres
|
||
|
|
||
|
player_backend = postgresql
|
||
|
pgsql_player_connection = host=postgres port=5432 user=postgres password=enter dbname=postgres
|
||
|
|
||
|
backend = postgresql
|
||
|
pgsql_connection = host=postgres port=5432 user=postgres password=enter dbname=postgres
|
||
|
|
||
|
mod_storage_backend = postgresql
|
||
|
pgsql_mod_storage_connection = host=postgres user=postgres password=enter dbname=postgres
|
||
|
|
||
|
pgsql_mapserver_connection = host=postgres port=5432 user=postgres password=enter dbname=postgres
|