Commit fefa8ba 1 parent 2e6edf8 commit fefa8ba Copy full SHA for fefa8ba
File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 61
61
{{- end }}
62
62
{{ end }}
63
63
manager :
64
- transactions : {{ .Values.pycsw.config.manager.transactions }}
65
- {{ if .Values.pycsw.config.manager.allowed_ips }} allowed_ips:
64
+ {{ if .Values.pycsw.config.manager.transactions }} transactions: {{ .Values.pycsw.config.manager.transactions }}
65
+ {{ end }}{{ if .Values.pycsw.config.manager.allowed_ips }} allowed_ips:
66
66
{{- range $.Values.pycsw.config.manager.allowed_ips }}
67
67
- {{ . }}
68
68
{{- end }}
Original file line number Diff line number Diff line change @@ -43,14 +43,14 @@ pycsw:
43
43
# workers: 2
44
44
timeout : 30
45
45
logging :
46
- level : DEBUG
46
+ level : ERROR
47
47
# logfile: /tmp/pycsw.log
48
48
profiles :
49
49
- apiso
50
50
# federatedcatalogues:
51
51
# - http://catalog.data.gov/csw
52
52
manager :
53
- transactions : false
53
+ transactions : " false"
54
54
allowed_ips :
55
55
- 127.0.0.1
56
56
csw_harvest_pagesize : 10
89
89
instructions : During hours of service. Off on weekends.
90
90
role : pointOfContact
91
91
inspire :
92
- enabled : true
92
+ enabled : " true"
93
93
languages_supported :
94
94
- eng
95
95
- gre
You can’t perform that action at this time.
0 commit comments