|
|
|
|
@ -16,7 +16,7 @@ namespace Volo.Abp.Cli.Commands.Services
|
|
|
|
|
case DatabaseManagementSystem.MySQL:
|
|
|
|
|
return "Server=localhost;Port=3306;Database=MyProjectName;Uid=root;Pwd=myPassword;";
|
|
|
|
|
case DatabaseManagementSystem.PostgreSQL:
|
|
|
|
|
return "Host=localhost;Port=5432;Database=MyProjectName;User ID=root;Password=myPassword;Pooling=true;MinPoolSize=0;MaxPoolSize=100;Connection Lifetime=0;";
|
|
|
|
|
return "Host=localhost;Port=5432;Database=MyProjectName;User ID=root;Password=myPassword;";
|
|
|
|
|
case DatabaseManagementSystem.Oracle:
|
|
|
|
|
case DatabaseManagementSystem.OracleDevart:
|
|
|
|
|
return "Data Source=MyProjectName;Integrated Security=yes;";
|
|
|
|
|
|