File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -126,10 +126,10 @@ SENHAUNICA_CALLBACK_ID=85
126126SENHAUNICA_CODIGO_UNIDADE =
127127
128128# Desabilita a funcionalidade assumir identidade (habilitado por padrão)
129- SENHAUNICA_DISABLE_LOGINAS =
129+ # SENHAUNICA_DISABLE_LOGINAS=
130130
131131# Controla se a sessão deve ser persistida (default = true)
132- SENHAUNICA_REMEMBER_SESSION =
132+ # SENHAUNICA_REMEMBER_SESSION=
133133
134134# LARAVEL-REPLICADO #########################################
135135# https://github.com/uspdev/laravel-replicado
Original file line number Diff line number Diff line change 6969 'debug ' => (bool ) env ('SENHAUNICA_DEBUG ' , true ),
7070
7171 'dev ' => env ('SENHAUNICA_DEV ' , 'no ' ),
72+
7273 'callback_id ' => env ('SENHAUNICA_CALLBACK_ID ' ),
7374
7475 // codigo da unidade para identificar logins proprios
7576 // relevante se permission=true
7677 'codigoUnidade ' => env ('SENHAUNICA_CODIGO_UNIDADE ' ),
7778
79+ // se true, desabilita a funcionalidade de assumir identidade (login as)
80+ 'disableLoginas ' => env ('SENHAUNICA_DISABLE_LOGINAS ' , false ),
81+
82+ // se true, persiste a sessão entre acessos
83+ 'rememberSession ' => env ('SENHAUNICA_REMEMBER_SESSION ' , true ),
84+
7885 // SENHAUNICA_KEY e SENHAUNICA_SECRET são carregados em services.php da biblioteca
7986];
You can’t perform that action at this time.
0 commit comments