-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapplication-testing.env
More file actions
29 lines (22 loc) · 1.17 KB
/
application-testing.env
File metadata and controls
29 lines (22 loc) · 1.17 KB
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
29
# AWX env vars
AWX_SERVICE_BASE_REST_URL="http://changeme.com"
AWX_SERVICE_USERNAME="x2changeme"
AWX_SERVICE_PASSWORD="x2password"
# Component Catalog client env vars
COMPONENT_CATALOG_SERVICE_BASE_REST_URL="http://changeme.com/v1"
SPRING_CLOUD_AZURE_ACTIVE_DIRECTORY_APP_ID_URI="21920dff-90ff-4b3e-997a-d9c2faf53feb"
SPRING_CLOUD_AZURE_ACTIVE_DIRECTORY_CREDENTIAL_CLIENT_ID="api://21920dff-90ff-4b3e-997a-d9c2faf53feb"
SPRING_SECURITY_PROVISIONER_USERNAME=username
SPRING_SECURITY_PROVISIONER_PASSWORD=password
COMPONENT_CATALOG_PROVISIONER_USERNAME=<place-your-username-here>
COMPONENT_CATALOG_PROVISIONER_PASSWORD=<place-your-password-here>
CREATE_INCIDENT_WORKFLOW_ID=3361
PROJECTS_INFO_SERVICE_BASE_REST_URL="https://projects-info-service-devstack-dev.example.com/v1"
CACHING_PROJECTS_INFO_SERVICE_CACHE_EVICTION_INTERVAL=5s
CACHING_PROJECTS_INFO_SERVICE_CACHE_MAX_SIZE=100MB
ODS_API_SERVICE_ENABLED=true
ODS_API_SERVICE_SERVICE_PARAMS_OVERRIDE="project_flavour"
ODS_API_SERVICE_SERVICE_BASE_REST_URL="https://www.example.com/v1"
ODS_API_SERVICE_SERVICE_PARAMS_CLIENT_ID="client-id"
ODS_API_SERVICE_SERVICE_PARAMS_CLIENT_SECRET="client-secret"
ODS_API_SERVICE_SERVICE_PARAMS_SCOPE="scope"