UNPKG

gen-jhipster

Version:

VHipster - Spring Boot + Angular/React/Vue in one handy generator

81 lines (80 loc) 2.04 kB
declare const deploymentTestSamples: { '01-gateway': { applicationType: string; baseName: string; prodDatabaseType: string; serverPort: number; }; '02-mysql': { applicationType: string; baseName: string; databaseType: string; prodDatabaseType: string; serverPort: number; }; '03-psql': { applicationType: string; baseName: string; prodDatabaseType: string; searchEngine: string; serverPort: number; }; '04-mongo': { applicationType: string; baseName: string; databaseType: string; serverPort: number; }; '05-cassandra': { applicationType: string; baseName: string; databaseType: string; serverPort: number; }; '07-mariadb': { applicationType: string; baseName: string; prodDatabaseType: string; serverPort: number; }; '08-monolith': { applicationType: string; baseName: string; databaseType: string; prodDatabaseType: string; searchEngine: string; serverPort: number; authenticationType: string; }; '09-kafka': { applicationType: string; baseName: string; prodDatabaseType: string; serverPort: number; messageBroker: string; authenticationType: string; }; '10-couchbase': { applicationType: string; baseName: string; databaseType: string; prodDatabaseType: string; serverPort: number; }; '11-mssql': { applicationType: string; baseName: string; databaseType: string; prodDatabaseType: string; serverPort: number; }; '12-oracle': { applicationType: string; baseName: string; databaseType: string; prodDatabaseType: string; serverPort: number; skipClient: boolean; }; }; export default deploymentTestSamples;