-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfastly.toml
35 lines (28 loc) · 1.02 KB
/
fastly.toml
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
# This file describes a Fastly Compute package. To learn more visit:
# https://developer.fastly.com/reference/fastly-toml/
authors = [""]
description = "Datadome template to use Fastly Compute module"
language = "javascript"
manifest_version = 3
name = "DataDome-Fastly_Compute-template"
service_id = ""
[scripts]
build = "npm run build"
post_init = "npm install"
[setup]
[setup.backends]
[setup.backends.datadome]
address = "api-fastly.datadome.co"
description = "Datadom protection API"
port = 443
[setup.backends.origin]
description = "Origin backend"
port = 443
[setup.config_stores]
[setup.config_stores.datadome]
description = "Configuration data for my service"
[setup.config_stores.datadome.items]
[setup.config_stores.datadome.items.datadome_server_side_key]
description="Server side key from DataDome dashboard"
[setup.config_stores.datadome.items.datadome_client_side_key]
description="Client side key from DataDome dashboard"