File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -38,7 +38,11 @@ function getVersion() {
3838const version = getVersion ( ) ;
3939commander . version ( version ) ;
4040
41- const parameters = { hostedName : 'dev0ps.fyi' } ;
41+ const parameters = {
42+ hostedName : 'dev0ps.fyi' ,
43+ serviceName : 'LinksProxy' ,
44+ serviceDescription : 'Links Proxy for tracking link clicks.'
45+ } ;
4246
4347const contentOptions = {
4448 bucket : parameters . hostedName ,
Original file line number Diff line number Diff line change @@ -13,13 +13,11 @@ const stackProvider = {
1313 } ,
1414 serviceName : {
1515 Type : 'String' ,
16- Description : 'The name of this service' ,
17- Default : 'KnowledgeBase'
16+ Description : 'The name of this service'
1817 } ,
1918 serviceDescription : {
2019 Type : 'String' ,
21- Description : 'Helpful description for the service' ,
22- Default : 'Knowledge Base'
20+ Description : 'Helpful description for the service'
2321 }
2422 } ,
2523
You can’t perform that action at this time.
0 commit comments