Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
mapas
Mapas - ES
Commits
a8f88272
Commit
a8f88272
authored
Sep 13, 2021
by
erleibiazzio
Browse files
Seta variavel de ambiente para habilitar ou desabilitar MapasNetwork
parent
d9cf2b2c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
compose/common/config.d/plugins.php
compose/common/config.d/plugins.php
+7
-1
No files found.
compose/common/config.d/plugins.php
View file @
a8f88272
<?php
return
[
$config_plugins
=
[
'plugins'
=>
[
'EvaluationMethodTechnical'
=>
[
'namespace'
=>
'EvaluationMethodTechnical'
],
'EvaluationMethodSimple'
=>
[
'namespace'
=>
'EvaluationMethodSimple'
],
...
...
@@ -235,3 +235,9 @@ Por este novo processamento, o sistema acusa que seu CPF é "Titular de benefíc
]
]
];
if
(
!
env
(
"MAPAS_NETWORK_ENABLED"
,
false
)){
unset
(
$config_plugin
[
'plugins'
][
'MapasNetwork'
]);
}
return
$config_plugin
;
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment