forked from lat-lon/deegree-securityproxy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.properties
More file actions
28 lines (21 loc) · 825 Bytes
/
config.properties
File metadata and controls
28 lines (21 loc) · 825 Bytes
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
wms_exception_file_path=UNDEFINED_WMS
wms_authentication_denied_status_code=401
wms_authorization_denied_status_code=403
wcs_exception_file_path=UNDEFINED_WCS
wcs_authentication_denied_status_code=401
wcs_authorization_denied_status_code=403
wps_exception_file_path=UNDEFINED_WPS
wps_authentication_denied_status_code=401
wps_authorization_denied_status_code=403
jdbc.driver=org.postgresql.Driver
jdbc.url=jdbc:postgresql://localhost:5432/ows_access_control
jdbc.username=postgres
jdbc.password=postgres
wms_clipping_exception_file_path=UNDEFINED
wms_clipping_failed_status_code=500
wcs_clipping_exception_file_path=UNDEFINED
wcs_clipping_failed_status_code=500
access_token_header_field_name=access_token
additional_request_parameters=contract_id
common-exception-file-path=UNDEFINED
common-exception-status-code=400