-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathevent_notifications_v1.env.hide
More file actions
46 lines (40 loc) · 2.16 KB
/
event_notifications_v1.env.hide
File metadata and controls
46 lines (40 loc) · 2.16 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
#
# Rename this file to be "example-service.env" so that it will be found
# by the example service integration test.
# Otherwise, the tests will be skipped.
# This file contains "secrets" that would normally be encrypted,
# but these are just example values so we'll skip the encryption step.
# Also, be sure to following the instructions here:
# to start up an instance of the Example Service prior to running the integraton test.
#
# Properties used by the SDK and Core library:
EVENT_NOTIFICATIONS_URL=<service instance Url>
EVENT_NOTIFICATIONS_AUTH_TYPE=iam
EVENT_NOTIFICATIONS_APIKEY=<service instance apikey>
EVENT_NOTIFICATIONS_AUTH_URL=<iam Url>
EVENT_NOTIFICATIONS_GUID=<service instance guid>
EVENT_NOTIFICATIONS_FCM_KEY=<firebase severkey>
EVENT_NOTIFICATIONS_FCM_ID=<firebase senderId>
EVENT_NOTIFICATIONS_FCM_PROJECT_ID=<fcm project id>
EVENT_NOTIFICATIONS_FCM_CLIENT_EMAIL=<fcm client email>
EVENT_NOTIFICATIONS_FCM_PRIVATE_KEY=<fcm private key>
EVENT_NOTIFICATIONS_SAFARI_CERTIFICATE=<safari certificate path>
EVENT_NOTIFICATIONS_SNOW_CLIENT_ID=<service now client id>
EVENT_NOTIFICATIONS_SNOW_CLIENT_SECRET=<service now client secret>
EVENT_NOTIFICATIONS_SNOW_USER_NAME=<service now user name>
EVENT_NOTIFICATIONS_SNOW_PASSWORD=<service now password>
EVENT_NOTIFICATIONS_SNOW_INSTANCE_NAME=<service now instance name>
EVENT_NOTIFICATIONS_COS_BUCKET_NAME=<cloud object storage bucket name>
EVENT_NOTIFICATIONS_COS_INSTANCE=<cloud object storage instance id>
EVENT_NOTIFICATIONS_COS_INSTANCE_CRN=<cloud object storage instance crn>
EVENT_NOTIFICATIONS_COS_ENDPOINT=<cloud object storage end point>
EVENT_NOTIFICATIONS_CODE_ENGINE_URL=<code engine app url>
EVENT_NOTIFICATIONS_CODE_ENGINE_PROJECT_CRN=<code engine project crn>
EVENT_NOTIFICATIONS_HUAWEI_CLIENT_SECRET=<huawei client secret>
EVENT_NOTIFICATIONS_HUAWEI_CLIENT_ID=<huawei client id>
EVENT_NOTIFICATIONS_SLACK_URL=<slack webhook url>
EVENT_NOTIFICATIONS_MS_TEAMS_URL=<msteams webhook url>
EVENT_NOTIFICATIONS_PD_ROUTING_KEY=<pagerduty routing key>
EVENT_NOTIFICATIONS_PD_API_KEY=<pagerduty api key>
EVENT_NOTIFICATIONS_TEMPLATE_BODY=<base 64 encoded html content>
EVENT_NOTIFICATIONS_SLACK_TEMPLATE_BODY=<base 64 encoded json body>