-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
26 lines (18 loc) · 957 Bytes
/
.env.example
File metadata and controls
26 lines (18 loc) · 957 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
# dotenv-linter:off IncorrectDelimiter
# Do not commit your actual .env file to Git! This may contain secrets or other
# private information.
# Enable/disable step debug logging (default: `false`). For local debugging, it
# may be useful to set it to `true`.
ACTIONS_STEP_DEBUG=true
# URL of the OGC endpoint to validate
INPUT_SERVICE-URL=http://localhost:8484/
# If set, validate OGC API - Processes
INPUT_OGC-API-PROCESSES=true
# Version of OGC API - Processes to validate against
INPUT_OGC-API-PROCESSES-CONTAINER-TAG=1.3-teamengine-6.0.0-RC2
# The process identifier to run for OGC API - Processes validation
INPUT_ECHOPROCESSID=echo
# Multi-line list of test identifiers to ignore for OGC API - Processes validation
INPUT_OGC-API-PROCESSES-IGNORE="testJobCreationOp\ntestJobCreationInputValidation\ntestJobCreationRequest\ntestJobCreationInputRef\ntestJobList"
# Path to the GitHub Actions step summary file
GITHUB_STEP_SUMMARY=step_summary.md