mirror of
https://github.com/Lissy93/web-check.git
synced 2024-11-07 08:55:22 +01:00
Fixes Netlify configuration file
This commit is contained in:
parent
46f8144a0f
commit
3ad606a137
27
netlify.toml
27
netlify.toml
@ -6,23 +6,16 @@
|
||||
functions = "server/lambda"
|
||||
|
||||
# Environmental variables and optioanl secrets
|
||||
[build.environment]
|
||||
NODE_VERSION = "16.16.0"
|
||||
GOOGLE_CLOUD_API_KEY=''
|
||||
SHODAN_API_KEY=''
|
||||
REACT_APP_SHODAN_API_KEY=''
|
||||
WHO_API_KEY=''
|
||||
REACT_APP_WHO_API_KEY=''
|
||||
SECURITY_TRAILS_API_KEY=''
|
||||
BUILT_WITH_API_KEY=''
|
||||
CI=false
|
||||
|
||||
[dev]
|
||||
command = "yarn start"
|
||||
port = 8888
|
||||
targetPort = 3000
|
||||
publish = "dist"
|
||||
autoLaunch = false
|
||||
# [build.environment]
|
||||
# NODE_VERSION = "16.16.0"
|
||||
# GOOGLE_CLOUD_API_KEY=''
|
||||
# SHODAN_API_KEY=''
|
||||
# REACT_APP_SHODAN_API_KEY=''
|
||||
# WHO_API_KEY=''
|
||||
# REACT_APP_WHO_API_KEY=''
|
||||
# SECURITY_TRAILS_API_KEY=''
|
||||
# BUILT_WITH_API_KEY=''
|
||||
# CI=false
|
||||
|
||||
# Site info, used for the 1-Click deploy page
|
||||
[template.environment]
|
||||
|
Loading…
Reference in New Issue
Block a user