-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathfly.toml.example
More file actions
56 lines (48 loc) · 1.46 KB
/
Copy pathfly.toml.example
File metadata and controls
56 lines (48 loc) · 1.46 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
48
49
50
51
52
53
54
55
56
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
#
app = ''
primary_region = ''
[build]
[env]
FLYDOTIO_APP_NAME = ''
CONFIG_DIRECTORY = '/expose.sh/sshserver'
UNIX_SOCKETS_DIRECTORY = '/expose.sh/sshserver/sockets/'
HTTP_URL = ''
SSH_SERVER_HOST = '0.0.0.0'
SSH_SERVER_PORT = '2222'
SSH_SERVER_URL = ''
NODEJS_TOOLS_PORT = '3000'
TIMEOUT = '120'
NAMED_TUNNELS_RANGE = '1-3'
RANDOM_TUNNELS_RANGE = '4-5'
GITHUB_REPOSITORY = ''
CHECK_IF_TUNNEL_EXISTS = 'http://localhost:3000/checkIfTunnelExists'
BANNER_URL = 'http://localhost:3000/getBanner'
CACHE_ADD_URL = 'http://localhost:3000/addToNginxCache'
CACHE_REMOVE_URL = 'http://localhost:3000/removeFromNginxCache'
GENERATE_QRCODE_URL = 'http://localhost:3000/generateQRCode'
GET_ALL_INSTANCES_IPV6_URL = 'http://localhost:3000/getAllInstancesIPv6'
KEY_MATCHES_ACCOUNT_URL = 'http://localhost:3000/keyMatchesAccount'
IS_USER_STARGAZER_URL = 'http://localhost:3000/isUserStargazer'
LOG_DEPTH = '2'
LOG_LEVEL = 'INFO'
[http_service]
internal_port = 80
auto_stop_machines = true
auto_start_machines = true
min_machines_running = 1
processes = ['app']
[[services]]
protocol = 'tcp'
internal_port = 2222
auto_stop_machines = true
auto_start_machines = true
min_machines_running = 1
[[services.ports]]
port = 22
[[services.tcp_checks]]
interval = '15s'
timeout = '2s'
grace_period = '1s'
[[vm]]
size = 'shared-cpu-1x'