Initial commit - ERP
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
namespace Commerce.Contracts.Constants;
|
||||
public static class AppCon
|
||||
{
|
||||
public static class ConnectionStrings
|
||||
{
|
||||
public const string SQLServer = "server=(localdb)\\MSSQLLocalDB;database=Ecommerce;Integrated Security=true";
|
||||
public const string MariaDB = "UserID=said;Password=aaa111!!!AAA;server=db;Port=3310;Database=ecommercedb;Protocol=TCP";
|
||||
public const string Postgresql = "Host=localhost;Database=ecommerce;Username=said1996;Password=a44781680;";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user