easy-osm2city-podman/full/general-settings
fly a81dfbb11e Make it work out of the box
Signed-off-by: fly <merspieler@airmail.cc>
2021-12-14 18:18:58 +01:00

16 lines
274 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=o2c-psql
db_port=5432
db_user=postgres
db_passwd="FG-is-GREAT"