mirror of
https://github.com/Lissy93/web-check.git
synced 2024-11-22 16:23:56 +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"
|
functions = "server/lambda"
|
||||||
|
|
||||||
# Environmental variables and optioanl secrets
|
# Environmental variables and optioanl secrets
|
||||||
[build.environment]
|
# [build.environment]
|
||||||
NODE_VERSION = "16.16.0"
|
# NODE_VERSION = "16.16.0"
|
||||||
GOOGLE_CLOUD_API_KEY=''
|
# GOOGLE_CLOUD_API_KEY=''
|
||||||
SHODAN_API_KEY=''
|
# SHODAN_API_KEY=''
|
||||||
REACT_APP_SHODAN_API_KEY=''
|
# REACT_APP_SHODAN_API_KEY=''
|
||||||
WHO_API_KEY=''
|
# WHO_API_KEY=''
|
||||||
REACT_APP_WHO_API_KEY=''
|
# REACT_APP_WHO_API_KEY=''
|
||||||
SECURITY_TRAILS_API_KEY=''
|
# SECURITY_TRAILS_API_KEY=''
|
||||||
BUILT_WITH_API_KEY=''
|
# BUILT_WITH_API_KEY=''
|
||||||
CI=false
|
# CI=false
|
||||||
|
|
||||||
[dev]
|
|
||||||
command = "yarn start"
|
|
||||||
port = 8888
|
|
||||||
targetPort = 3000
|
|
||||||
publish = "dist"
|
|
||||||
autoLaunch = false
|
|
||||||
|
|
||||||
# Site info, used for the 1-Click deploy page
|
# Site info, used for the 1-Click deploy page
|
||||||
[template.environment]
|
[template.environment]
|
||||||
|
Loading…
Reference in New Issue
Block a user