17 lines
270 B
Text
17 lines
270 B
Text
|
# You cannot run this file directrly.
|
||
|
|
||
|
PYTHONPATH=/easy-osm2city/osm2city
|
||
|
export PYTHONPATH
|
||
|
|
||
|
FG_ROOT=/usr/share/games/flightgear/
|
||
|
export FG_ROOT
|
||
|
|
||
|
threads=4
|
||
|
fg_elev=/usr/games/fgelev
|
||
|
fg_scenery=/scenery
|
||
|
|
||
|
db_host=localhost
|
||
|
db_port=5432
|
||
|
db_user=osm
|
||
|
db_passwd="FG-is-GREAT"
|