passing https.cert and https.key options to the webpack dev server
Signed-off-by: Luka Siric <siric.luka@gmail.com>
This commit is contained in:
+6
-1
@@ -2,12 +2,17 @@ app:
|
||||
title: Backstage Example App
|
||||
baseUrl: http://localhost:3000
|
||||
googleAnalyticsTrackingId: # UA-000000-0
|
||||
# https:
|
||||
# credentials:
|
||||
# cert:
|
||||
# $file '\path\to\the\certificate'
|
||||
# key:
|
||||
# $file '\path\to\the\private-key'
|
||||
#datadogRum:
|
||||
# clientToken: '123456789'
|
||||
# applicationId: qwerty
|
||||
# site: # datadoghq.eu default = datadoghq.com
|
||||
# env: # optional
|
||||
|
||||
support:
|
||||
url: https://github.com/backstage/backstage/issues # Used by common ErrorPage
|
||||
items: # Used by common SupportButton component
|
||||
|
||||
Reference in New Issue
Block a user