Skip to content

Commit 461715b

Browse files
Merge pull request #447 from portabilis/portabilis-patch-2018-10-10
Portabilis patch 10/10/2018
2 parents a41e972 + e6dbea5 commit 461715b

124 files changed

Lines changed: 10350 additions & 5511 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

composer.lock

Lines changed: 58 additions & 58 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ieducar/configuration/ieducar.ini.sample

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,12 +149,11 @@ app.mailer.debug = false
149149

150150
; Configurações usadas pelo modulo de tratamento de erros ocorridos na aplicação.
151151
modules.error.link_to_support = http://www.portabilis.com.br/fale_conosco#suporte
152-
modules.error.send_notification_email = true
153-
;modules.error.notification_email = username@domain.com.br
154152
modules.error.show_details = true
155153
modules.error.track = false
156-
modules.error.tracker_name =
154+
modules.error.tracker_name = EMAIL
157155
modules.error.honeybadger_key =
156+
modules.error.email_recipient =
158157

159158
; Configurações google.com/recaptcha (confirmação humana, para evitar robos)
160159
app.recaptcha.public_key =
File renamed without changes.
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
[production]
2+
app.database.dbname = ieducar_test
3+
app.database.username = runner
4+
app.database.hostname = localhost
5+
app.database.password = semaphoredb
6+
app.database.port = 5432
7+
app.name = "i-Educar"
8+
9+
app.admin.reports.sql_tempo = 3
10+
app.admin.reports.pagina_tempo = 5
11+
app.admin.reports.emails[] =
12+
13+
[development : production]
14+
15+
[testing : development]
16+
17+
app.locale.country = 45
18+
app.locale.province = SP
19+
app.locale.timezone = America/Sao_Paulo
20+
apis.access_key = ""
21+
apis.secret_key = ""
22+
23+
app.template.vars.instituicao = i-Educar

0 commit comments

Comments
 (0)