net6.0 Ready to test
This commit is contained in:
@ -1,28 +1,16 @@
|
||||
namespace EDAViewer.Singleton.Helper
|
||||
namespace EDAViewer.Singleton.Helper;
|
||||
|
||||
public partial class Background
|
||||
{
|
||||
|
||||
public partial class Background
|
||||
public partial class EDADatabase
|
||||
{
|
||||
|
||||
public partial class EDADatabase
|
||||
{
|
||||
public static string GetEdaDevelopment() => "Data Source=(description=(address_list=(address=(protocol=tcp)(host=fimest-db.mes.infineon.com)(port=7001)))(connect_data=(sid=fimest))); User Id=edatest; Password=";
|
||||
|
||||
public static string GetEdaDevelopment()
|
||||
{
|
||||
return "Data Source=(description=(address_list=(address=(protocol=tcp)(host=fimest-db.mes.infineon.com)(port=7001)))(connect_data=(sid=fimest))); User Id=edatest; Password=";
|
||||
}
|
||||
public static string GetEdaStaging() => "Data Source=(description=(address_list=(address=(protocol=tcp)(host=fimess-db.ec.local)(port=7001)))(connect_data=(sid=fimess))); User Id=edastag; Password=";
|
||||
|
||||
public static string GetEdaStaging()
|
||||
{
|
||||
return "Data Source=(description=(address_list=(address=(protocol=tcp)(host=fimess-db.ec.local)(port=7001)))(connect_data=(sid=fimess))); User Id=edastag; Password=";
|
||||
}
|
||||
|
||||
public static string GetEdaProduction()
|
||||
{
|
||||
return "Data Source=(description=(address_list=(address=(protocol=tcp)(host=fimesp-db.ec.local)(port=7002)))(connect_data=(sid=fimesp))); User Id=edaprod; Password=";
|
||||
}
|
||||
|
||||
}
|
||||
public static string GetEdaProduction() => "Data Source=(description=(address_list=(address=(protocol=tcp)(host=fimesp-db.ec.local)(port=7002)))(connect_data=(sid=fimesp))); User Id=edaprod; Password=";
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user