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
0884656a
Commit
0884656a
authored
Sep 13, 2021
by
erleibiazzio
Browse files
Configura plugin MapasNetwork
parent
61488880
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
2 deletions
+11
-2
compose/common/config.d/plugins.php
compose/common/config.d/plugins.php
+11
-2
No files found.
compose/common/config.d/plugins.php
View file @
0884656a
...
...
@@ -5,7 +5,6 @@ return [
'EvaluationMethodTechnical'
=>
[
'namespace'
=>
'EvaluationMethodTechnical'
],
'EvaluationMethodSimple'
=>
[
'namespace'
=>
'EvaluationMethodSimple'
],
'EvaluationMethodDocumentary'
=>
[
'namespace'
=>
'EvaluationMethodDocumentary'
],
// 'MapasNetwork' => ['namespace' => 'MapasNetwork'],
'MultipleLocalAuth'
=>
[
'namespace'
=>
'MultipleLocalAuth'
],
'AldirBlanc'
=>
[
...
...
@@ -223,6 +222,16 @@ Por este novo processamento, o sistema acusa que seu CPF é "Titular de benefíc
'consolidacao_requer_homologacao'
=>
false
,
'consolidacao_requer_validacoes'
=>
[]
],
]
],
"MapasNetwork"
=>
[
"namespace"
=>
"MapasNetwork"
,
"config"
=>
[
'nodes'
=>
explode
(
","
,
env
(
"MAPAS_NETWORK_NODES"
,
""
)),
'filters'
=>
[
'agent'
=>
[
'En_Estado'
=>
'ES'
],
'space'
=>
[
'En_Estado'
=>
'ES'
],
]
]
]
]
];
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