Commit 84421b44 authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Elimina comillas problemáticas de valor default

parent baab28f7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
LOG_LEVEL=warn
WEB_LISTEN_ADDRESS=:9187

DATA_SOURCE_URI=hostname:5432/dbname?sslmode='disable'
DATA_SOURCE_URI=hostname:5432/dbname?sslmode=disable
DATA_SOURCE_USER=postgres
DATA_SOURCE_PASS=changeme