11export const TemplateType = {
22 PaymentServer : '1' ,
33 AuthServer : '2' ,
4- BasicInfoServer : '3' ,
4+ BusinessLogicServer : '3' ,
55 FileStorageServer : '4' ,
66 AnalyticsServer : '5' ,
77 MailServer : '6' ,
@@ -14,7 +14,7 @@ export const BRANCH_NAME = 'master';
1414export const ProjectName = {
1515 PaymentServer : 'payment-server-template' ,
1616 AuthServer : 'auth-server-template' ,
17- BasicInfoServer : 'basic-info -server-template' ,
17+ BusinessLogicServer : 'business-logic -server-template' ,
1818 FileStorageServer : 'file-storage-server-template' ,
1919 AnalyticsServer : 'analytics-server-template' ,
2020 MailServer : 'mail-server-template' ,
@@ -23,7 +23,7 @@ export const ProjectName = {
2323export const PackageName = {
2424 PaymentServer : 'payment-server-template' ,
2525 AuthServer : 'auth-server-template' ,
26- BasicInfoServer : 'basic-info -server-template' ,
26+ BusinessLogicServer : 'business-logic -server-template' ,
2727 FileStorageServer : 'file-storage-server-template' ,
2828 AnalyticsServer : 'analytics-server-template' ,
2929 MailServer : 'mail-server-template' ,
0 commit comments