13 lines
592 B
C#
13 lines
592 B
C#
namespace Back
|
|
{
|
|
public static class Fixedvalues
|
|
{
|
|
//public static string ConnectionString = "Data Source=195.88.208.142;Initial Catalog=TaxPayer020713;User ID=sa;Password=M439610m@;TrustServerCertificate=True";
|
|
public static string SecretForKey = "thisisthesecretforgeneratingakey(mustbeatleast32bitlong)mmrbnjd";
|
|
public static string Issuer = "http://mmrbnjd.com";
|
|
public static string Audience = "TaxPayer";
|
|
//public static string MongoServer = "mongodb://localhost:27017";
|
|
//public static string Mongodb = "TaxPayerLog";
|
|
}
|
|
}
|