-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathenv.example.toml
More file actions
28 lines (21 loc) · 722 Bytes
/
env.example.toml
File metadata and controls
28 lines (21 loc) · 722 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
27
28
#######################################################
# Drop sandbox environment-specific configuration file.
#######################################################
# Use all the settings from the base.toml file. All the list settings
# set in this file are appended to the settings from the base.toml.
# The net.mode, if set in this file, overwrites the net.mode set in
# the base.toml.
extends = "./base.toml"
# Add any settings that apply to this environment only:
mounts = []
blocked_paths = []
[environ]
exposed_vars = []
set_vars = []
[net]
# Uncomment to disable network access for this environment:
# mode = "off"
tcp_published_ports = []
udp_published_ports = []
tcp_host_ports = []
udp_host_ports = []