Vault.Demo.hashicorp/Acme.BookStore.abpsln
2025-06-17 17:34:03 +05:30

55 lines
1.8 KiB
Plaintext

{
"id": "6f002985-930a-4cf8-a7bc-8d06db57d00e",
"template": "app",
"versions": {
"AbpFramework": "9.2.0",
"AbpStudio": "1.0.1",
"TargetDotnetFramework": "net9.0"
},
"modules": {
"Acme.BookStore": {
"path": "Acme.BookStore.abpmdl"
}
},
"runProfiles": {
"Default": {
"path": "etc/abp-studio/run-profiles/Default.abprun.json"
}
},
"options": {
"httpRequests": {
"ignoredUrls": [
]
}
},
"creatingStudioConfiguration": {
"template": "app",
"createdAbpStudioVersion": "1.0.1",
"tiered": "false",
"runInstallLibs": "true",
"useLocalReferences": "false",
"multiTenancy": "true",
"includeTests": "true",
"kubernetesConfiguration": "false",
"uiFramework": "angular",
"mobileFramework": "none",
"distributedEventBus": "none",
"databaseProvider": "ef",
"runDbMigrator": "true",
"databaseManagementSystem": "sqlserver",
"separateTenantSchema": "false",
"createInitialMigration": "true",
"theme": "leptonx-lite",
"themeStyle": "",
"themeMenuPlacement": "",
"mobileFramework": "none",
"progressiveWebApp": "false",
"runProgressiveWebAppSupport": "false",
"publicWebsite": "false",
"socialLogin": "true",
"selectedLanguages": ["English", "English (United Kingdom)", "简体中文", "Español", "العربية", "हिन्दी", "Português (Brasil)", "Français", "Русский", "Deutsch (Deuthschland)", "Türkçe", "Italiano", "Čeština", "Magyar", "Română (România)", "Svenska", "Suomi", "Slovenčina", "Íslenska", "繁體中z文", ],
"defaultLanguage": "English",
"createCommand": "abp new Acme.BookStore -t app --ui-framework angular --database-provider ef --database-management-system sqlserver --theme leptonx-lite --without-cms-kit --dont-run-bundling -no-file-management"
}
}