File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "password" : " dm4rcp455w0rd " ,
2
+ "password" : " <ELASTIC PASSWORD> " ,
3
3
"roles" : [ " parsedmarc" ],
4
4
"full_name" : " User for Ingesting DMARC information"
5
5
}
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ debug = false
7
7
[imap]
8
8
host = imap.example.com
9
9
user = postmaster@example.com
10
- password = v3rys3cr3tp455w0rd
10
+ password = <IMAP PASSWORD>
11
11
ssl = true
12
12
13
13
[mailbox]
@@ -16,6 +16,6 @@ reports_folder = Reports
16
16
archive_folder = Processed
17
17
18
18
[elasticsearch]
19
- hosts = https://parsedmarc:dm4rcp455w0rd @parsedmarc-es-internal-http.parsedmarc.svc:9200
19
+ hosts = https://parsedmarc:<ELASTIC PASSWORD> @parsedmarc-es-internal-http.parsedmarc.svc:9200
20
20
cert_path = /etc/parsedmarc/ca/elastic_ca.crt
21
21
ssl = True
You can’t perform that action at this time.
0 commit comments