From ea68870aaed600790bf1f5ab7576eab70de1447f Mon Sep 17 00:00:00 2001 From: Adabriand Furtado Date: Sun, 28 Aug 2016 18:45:30 -0300 Subject: [PATCH] Remove app-conf.json from the project --- .gitignore | 2 +- conf/app-conf.json | 23 ----------------------- 2 files changed, 1 insertion(+), 24 deletions(-) delete mode 100644 conf/app-conf.json diff --git a/.gitignore b/.gitignore index 494422a..0f156a0 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,4 @@ *~ !.gitignore !.gitempty - +conf/app-conf.json diff --git a/conf/app-conf.json b/conf/app-conf.json deleted file mode 100644 index 49e5fe2..0000000 --- a/conf/app-conf.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "pybossa_url": "http://localhost/pybossa", - "wikilibras_api_url": "http://localhost:5001", - "db_api_url": "http://150.165.204.35:200", - "goals": { - "uploaded_signs": { - "goal_n_tasks": 10, - "goal_deadline": "27/09/2016" - }, - "wikilibras": { - "goal_n_tasks": 20, - "goal_deadline": "30/09/2016" - }, - "corretor_sinais": { - "goal_n_tasks": 30, - "goal_deadline": "29/09/2016" - }, - "validador_sinais": { - "goal_n_tasks": 40, - "goal_deadline": "28/09/2016" - } - } -} \ No newline at end of file -- libgit2 0.21.2