#
# Copyright (C) 2008  Camptocamp
#
# This file is part of MapFish
#
# MapFish is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# MapFish is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with MapFish.  If not, see <http://www.gnu.org/licenses/>.

# These configuration variables will always be included in every projects
# They can be overridden in the project configuration

export GENERATED_WARNING=" WARNING: This file is generated, do not edit!"
export FQDN=$(hostname -f)
export PROJECT=$(basename $PROJECT_DIR)

export PYTHON_HOME=$BASE/env
export PASTER=$PYTHON_HOME/bin/paster
export PASTE_CONFIG=$PROJECT_DIR/$PROJECT/$PROJECT.ini
export MAPFISHDIR=$PROJECT_DIR/MapFish

