settings_local.py.tmpl 663 Bytes
# -*- coding: utf-8 -*-

# Corretor Server Configuration
SERVER_HOST = "localhost"
SERVER_PORT = 8001
AGREEMENT_NUMBER = 2
UPLOAD_FOLDER = "<path-to-project>/view/uploads"
API_HOST = "http://localhost:201"
API_DB_HOST = "http://localhost:200"

# Apache Configuration
APACHE_HOST = True
APACHE_HOST_ENDPOINT = "/corretor-backend"
APACHE_STATIC_FILES_ENDPOINT = "/corretor"

# PyBossa Configuration
PYBOSSA_APP_NAME = "Corretor de Sinais"
PYBOSSA_APP_SHORT_NAME = "corretor_sinais"
PYBOSSA_APP_DESCRIPTION = "Esse projeto ajudará a comunidade a melhorar sinais com movimentos complexos."
PYBOSSA_ENDPOINT = "http://localhost/pybossa"
PYBOSSA_API_KEY = "my-api-key"