-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenvironment.example.json
More file actions
83 lines (83 loc) · 2 KB
/
Copy pathenvironment.example.json
File metadata and controls
83 lines (83 loc) · 2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"naos_server": {
"ip": "192.0.2.10",
"usuario": "EXEMPLO\\admin",
"senha": "ALTERE_AQUI"
},
"unifi_controller": {
"host": "198.51.100.10",
"port": 8443,
"username": "admin",
"password": "ALTERE_AQUI"
},
"fortigate": {
"SP": {
"host": "fortigate-sp.example.local",
"port": 20443,
"username": "admin",
"password": "ALTERE_AQUI"
},
"RJ": {
"host": "fortigate-rj.example.local",
"port": 20443,
"username": "admin",
"password": "ALTERE_AQUI"
}
},
"fortimanager": {
"host": "fortimanager.example.local",
"port": 20443,
"username": "admin.exemplo",
"password": "ALTERE_AQUI",
"adom": "ADOM_EXEMPLO",
"use_proxy_for_links": true
},
"zabbix": {
"url": "https://zabbix.example.local/zabbix/api_jsonrpc.php",
"username": "Admin",
"password": "ALTERE_AQUI",
"excel_file": "switches_zabbix.xlsx"
},
"server_manager": {
"host": "203.0.113.20",
"username": "admin",
"password": "ALTERE_AQUI",
"regional": "Regional Exemplo"
},
"gps_amigo": {
"url": "https://gpsamigo.com.br/login.php"
},
"saturno_portal": {
"url": "https://portal.exemplo.local/guest",
"cpf": "000.000.000-00",
"data_nascimento": "01/01/1970"
},
"appgate": {
"url": "https://firewall.example.local/ng/system/dashboard/1",
"username": "admin",
"password": "ALTERE_AQUI"
},
"microsoft_graph": {
"tenant_id": "SEU_TENANT_ID",
"client_id": "SEU_CLIENT_ID_APLICACAO_PUBLICA",
"sender_upn": "usuario@empresa.com.br",
"token_cache_path": "authtoken/graph_token_cache.bin",
"allow_interactive_login": false,
"scopes": [
"https://graph.microsoft.com/Mail.Send",
"https://graph.microsoft.com/User.Read",
"offline_access",
"openid",
"profile"
]
},
"app_host_ip": "203.0.113.63",
"timeouts": {
"connection_timeout": 10,
"max_retries": 3
},
"cleanup": {
"remove_temp_files": true,
"keep_logs": true
}
}