-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathfastly.toml
More file actions
47 lines (34 loc) · 1.06 KB
/
fastly.toml
File metadata and controls
47 lines (34 loc) · 1.06 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
47
# This file describes a Fastly Compute package. To learn more visit:
# https://www.fastly.com/documentation/reference/compute/fastly-toml
authors = ["you@example.com"]
description = "Divine video app for Nostr"
language = "javascript"
manifest_version = 3
name = "divine-web"
service_id = "WfOrPTFYmwwxRvqrfralLA"
[local_server]
[local_server.kv_stores]
[local_server.kv_stores.divine-web-content]
file = "./static-publisher/kvstore.json"
format = "json"
[local_server.kv_stores.divine-names]
file = "./test-data/names-kvstore.json"
format = "json"
[local_server.secret_stores]
[local_server.secret_stores.divine_web_secrets]
file = "./test-data/secrets.json"
format = "json"
[scripts]
build = "npm run build"
[[backends]]
name = "funnelcake"
address = "relay.divine.video"
port = 443
override_host = "relay.divine.video"
use_ssl = true
[setup]
[setup.kv_stores]
[setup.kv_stores.divine-web-content]
[setup.kv_stores.divine-names]
[setup.secret_stores]
[setup.secret_stores.divine_web_secrets]