-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathfastly.toml
More file actions
26 lines (19 loc) · 776 Bytes
/
fastly.toml
File metadata and controls
26 lines (19 loc) · 776 Bytes
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
# This file describes a Fastly Compute@Edge package. To learn more visit:
# https://developer.fastly.com/reference/fastly-toml/
authors = ["zeeshan.ashraf@optimizely.com"]
description = "A basic starter kit for Fastly's Compute@Edge with Optimizely built in."
language = "javascript"
manifest_version = 2
name = "Optimizely Feature Experimentation, Optimizely Full Stack (legacy), and Optimizely Rollouts"
[setup.backends]
[setup.backends.optlycdn]
address = "cdn.optimizely.com"
port = 443
[setup.backends.optlylogx]
address = "logx.optimizely.com"
port = 443
[local_server.backends]
[local_server.backends.optlycdn]
url = "https://cdn.optimizely.com"
[local_server.backends.optlylogx]
url = "https://logx.optimizely.com"