From fac3f70609ceabf54dc1dd908830a8d00674c253 Mon Sep 17 00:00:00 2001 From: Cassio Cabral Date: Wed, 13 Jan 2016 11:09:31 -0300 Subject: [PATCH] add settings local --- settings_local.py | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/settings_local.py b/settings_local.py index 682a703..8894871 100644 --- a/settings_local.py +++ b/settings_local.py @@ -1,12 +1,14 @@ # -*- coding: utf-8 -*- # Corretor Server Configuration -SERVER_HOST = "localhost" +SERVER_HOST = "0.0.0.0" SERVER_PORT = 8003 AGREEMENT_NUMBER = 2 +API_HOST = "http://0.0.0.0:5001" # PyBossa Configuration PYBOSSA_APP_NAME = "WikiLibras" -PYBOSSA_APP_SHORT_NAME = "wikilibras" +PYBOSSA_APP_SHORT_NAME = "wikilibras" PYBOSSA_APP_DESCRIPTION = "Esse projeto possibilitará que voluntários contribuam na expansão de um dicionário de LIBRAS." -PYBOSSA_ENDPOINT = "http://localhost:5000" -PYBOSSA_API_KEY = "50600126-7ad2-46d6-94c8-1efa52b13f9b" \ No newline at end of file +PYBOSSA_ENDPOINT = "http://0.0.0.0:5000" +#PYBOSSA_API_KEY = "263302c0-07eb-44e4-956c-9b34cc301553" +PYBOSSA_API_KEY = "ed85ccd7-1417-4886-88bb-2e760509cef2" -- libgit2 0.21.2