Commit d6679032bc46cbb45a8b8c010d86b0d30858fcd0

Authored by Adabriand Furtado
1 parent 989206b1
Exists in master and in 1 other branch dynamic

Remoção do arquivo settings_local.py

Showing 2 changed files with 1 additions and 13 deletions   Show diff stats
settings_local.py
... ... @@ -1,12 +0,0 @@
1   -# -*- coding: utf-8 -*-
2   -# Corretor Server Configuration
3   -SERVER_HOST = "localhost"
4   -SERVER_PORT = 8003
5   -AGREEMENT_NUMBER = 2
6   -
7   -# PyBossa Configuration
8   -PYBOSSA_APP_NAME = "WikiLibras"
9   -PYBOSSA_APP_SHORT_NAME = "wikilibras"
10   -PYBOSSA_APP_DESCRIPTION = "Esse projeto possibilitará que voluntários contribuam na expansão de um dicionário de LIBRAS."
11   -PYBOSSA_ENDPOINT = "http://localhost:5000"
12   -PYBOSSA_API_KEY = "50600126-7ad2-46d6-94c8-1efa52b13f9b"
13 0 \ No newline at end of file
settings_local.py.tmpl
... ... @@ -3,7 +3,7 @@
3 3 SERVER_HOST = "localhost"
4 4 SERVER_PORT = 8003
5 5 AGREEMENT_NUMBER = 2
6   -API_HOST = "https://localhost:5001"
  6 +API_HOST = "http://localhost:5001"
7 7  
8 8 # PyBossa Configuration
9 9 PYBOSSA_APP_NAME = "WikiLibras"
... ...