@@ -884,7 +884,7 @@ export class Flags {
884
884
name : 'application-properties' ,
885
885
definition : {
886
886
describe : 'application.properties file for node' ,
887
- defaultValue : path . join ( constants . SOLO_CACHE_DIR , 'templates' , 'application.properties' ) ,
887
+ defaultValue : path . join ( 'templates' , 'application.properties' ) ,
888
888
type : 'string' ,
889
889
} ,
890
890
prompt : undefined ,
@@ -897,7 +897,7 @@ export class Flags {
897
897
describe :
898
898
'the application.env file for the node provides environment variables to the solo-container' +
899
899
' to be used when the hedera platform is started' ,
900
- defaultValue : path . join ( constants . SOLO_CACHE_DIR , 'templates' , 'application.env' ) ,
900
+ defaultValue : path . join ( 'templates' , 'application.env' ) ,
901
901
type : 'string' ,
902
902
} ,
903
903
prompt : undefined ,
@@ -908,7 +908,7 @@ export class Flags {
908
908
name : 'api-permission-properties' ,
909
909
definition : {
910
910
describe : 'api-permission.properties file for node' ,
911
- defaultValue : path . join ( constants . SOLO_CACHE_DIR , 'templates' , 'api-permission.properties' ) ,
911
+ defaultValue : path . join ( 'templates' , 'api-permission.properties' ) ,
912
912
type : 'string' ,
913
913
} ,
914
914
prompt : undefined ,
@@ -919,7 +919,7 @@ export class Flags {
919
919
name : 'bootstrap-properties' ,
920
920
definition : {
921
921
describe : 'bootstrap.properties file for node' ,
922
- defaultValue : path . join ( constants . SOLO_CACHE_DIR , 'templates' , 'bootstrap.properties' ) ,
922
+ defaultValue : path . join ( 'templates' , 'bootstrap.properties' ) ,
923
923
type : 'string' ,
924
924
} ,
925
925
prompt : undefined ,
@@ -941,7 +941,7 @@ export class Flags {
941
941
name : 'settings-txt' ,
942
942
definition : {
943
943
describe : 'settings.txt file for node' ,
944
- defaultValue : path . join ( constants . SOLO_CACHE_DIR , 'templates' , 'settings.txt' ) ,
944
+ defaultValue : path . join ( 'templates' , 'settings.txt' ) ,
945
945
type : 'string' ,
946
946
} ,
947
947
prompt : undefined ,
@@ -1053,7 +1053,7 @@ export class Flags {
1053
1053
name : 'log4j2-xml' ,
1054
1054
definition : {
1055
1055
describe : 'log4j2.xml file for node' ,
1056
- defaultValue : path . join ( constants . SOLO_CACHE_DIR , 'templates' , 'log4j2.xml' ) ,
1056
+ defaultValue : path . join ( 'templates' , 'log4j2.xml' ) ,
1057
1057
type : 'string' ,
1058
1058
} ,
1059
1059
prompt : undefined ,
0 commit comments