-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathnetlify.toml
More file actions
43 lines (39 loc) · 1.41 KB
/
netlify.toml
File metadata and controls
43 lines (39 loc) · 1.41 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
[build]
publish = "dist/spa"
#command = "npm install @quasar/app && quasar build"
#command = "quasar build"
[[redirects]]
from = "/*"
to = "/index.html"
status = 200
force = false
[context.dev.environment]
NODE_ENV = "dev"
NODE_VERSION = "14"
APP_NAME = '"Telos Test Net"'
NETWORK_BLOCKCHAIN = '"eos"'
NETWORK_CHAIN_ID = '"1eaa0824707c8c16bd25145493bf062aecddfeb56c736f6ba6397f3195f33c9f"'
NETWORK_HOST = '"testnet.telos.caleos.io"'
NETWORK_PORT = '443'
NETWORK_PROTOCOL = '"https"'
BLOCKCHAIN_EXPLORER = '"https://explorer-test.telos.net"'
WEBSERVICES_URL = '"https://api-dev.telos.net"'
HYPERION_URL = '"https://testnet.telos.net"'
GOOGLE_ANALYTICS = '"UA-154600181-3"'
IMGUR_CLIENT_ID = '"b6f46df9d1da9d9"'
TOKENMANAGER_CONTRACT = '"tokenmanager"'
[context.master.environment]
NODE_ENV = "prod"
NODE_VERSION = "14"
APP_NAME = '"Telos Net"'
NETWORK_BLOCKCHAIN = '"eos"'
NETWORK_CHAIN_ID = '"4667b205c6838ef70ff7988f6e8257e8be0e1284a2f59699054a018f743b1d11"'
NETWORK_HOST = '"telos.caleos.io"'
NETWORK_PORT = '443'
NETWORK_PROTOCOL = '"https"'
BLOCKCHAIN_EXPLORER = '"https://explorer.telos.net"'
WEBSERVICES_URL = '"https://api.telos.net"'
HYPERION_URL = '"https://mainnet.telos.net"'
GOOGLE_ANALYTICS = '"UA-154600181-2"'
IMGUR_CLIENT_ID = '"b6f46df9d1da9d9"'
TOKENMANAGER_CONTRACT = '"tokenmanager"'