forked from serverless-dns/serverless-dns
-
Notifications
You must be signed in to change notification settings - Fork 0
/
fastly.toml
39 lines (26 loc) · 843 Bytes
/
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
36
37
38
# This file describes a Fastly Compute@Edge package. To learn more visit:
# https://developer.fastly.com/reference/fastly-toml/
authors = [""]
description = "Serverless DNS deploys to Fastly Compute@Edge"
language = "javascript"
manifest_version = 2
name = "serverless-dns"
service_id = ""
[local_server]
[local_server.backends]
[local_server.dictionaries]
[local_server.dictionaries.env]
format = "inline-toml"
[local_server.dictionaries.env.contents]
env = "development"
CLOUD_PLATFORM = "fastly"
[scripts]
build = "npm run build:fastly"
[setup]
[setup.dictionaries]
[setup.dictionaries.env]
[setup.dictionaries.env.items]
[setup.dictionaries.env.items.env]
value = "production"
[setup.dictionaries.env.items.CLOUD_PLATFORM]
value = "fastly"