-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmodd.conf
19 lines (18 loc) · 959 Bytes
/
modd.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
**/*.go {
prep: go test ./...
prep: go build -o sharepoint2kafka ./cmd/...
daemon: ./sharepoint2kafka \
-do-delete \
-ntlm-auth \
-password=fca4db065b \
-server=localhost:9084 \
-skip-tls-verify \
-tls-cert=tls.crt \
-token=test-token \
-topic=sync2kafka.test4 \
-unescapeHtml \
-unescapeSp \
-use-tls \
-user=SVC_PUBLICATION_PBI \
-url="https://portail.enercal.nc/std/transport/stat/_api/lists/getbytitle('Donn%C3%A9es%20PROD%20EEC')/items?$top=1000"
}