Skip to content

Commit

Permalink
chore: adiciona suporte postgres
Browse files Browse the repository at this point in the history
  • Loading branch information
caduvieira committed Nov 22, 2024
1 parent c29cbf2 commit bb9bf13
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions containers/app/app-dev/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ RUN apk add --no-cache \
php7-pecl-mcrypt \
php7-pecl-memcache \
php7-pecl-xdebug \
php7-pgsql \
php7-pspell \
php7-shmop \
php7-snmp \
Expand Down
4 changes: 2 additions & 2 deletions containers/app/app-dev/alpine/assets/sei.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[php]
; Parâmetros recomendados no Manual de Instalação
include_path = ".:/php/includes:/opt/infra/infra_php"
include_path = "/opt/infra/infra_php"
default_charset = "iso-8859-1"
session.gc_maxlifetime = 28800
short_open_tag = On
Expand All @@ -17,4 +17,4 @@ error_reporting = E_ALL
display_errors = On
display_startup_errors = On
html_errors = On
always_populate_raw_post_data = -1
always_populate_raw_post_data = -1

0 comments on commit bb9bf13

Please sign in to comment.