...
This commit is contained in:
12
Back/FixedValues.cs
Normal file
12
Back/FixedValues.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
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";
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user