Skip to content

Commit

Permalink
pkv staging
Browse files Browse the repository at this point in the history
  • Loading branch information
koskedk committed Jun 10, 2020
1 parent c7922fc commit b15a24b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/Dwapi.SettingsManagement.Core/Model/AppFeature.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public class Feature
public string Name { get; set; }
public string Description { get; set; }
public string Key { get; set; }
public DateTime Expiry { get; set; } = new DateTime(2020, 6, 1);
public DateTime Expiry { get; set; } = new DateTime(2020, 7, 1);

public bool IsValid => DateTime.Now.Date < Expiry.Date && ValidateKey();

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Id|AuthToken|Url|Name|SubscriberId|DocketId
a6221bc6-0e85-11e8-ba89-0ed5f89f718b|268DFA3EB92BC53FAE94A048E23112A1|http://52.178.24.227:8026|Card Registry|DWAPI|PSMART
a6222bc6-0e85-11e8-ba89-0ed5f89f718b|1ba47c2a-6e05-11e8-adc0-fa7ae01bbebc|https://data.kenyahmis.org:444/dwapi|NDWH Registry|DWAPI|NDWH
a6223bc6-0e85-11e8-ba89-0ed5f89f718b|1983aeda-6a96-11e8-adc0-fa7ae01bbebc|https://data.kenyahmis.org:6763|CBS Registry|DWAPI|CBS
a6224bc6-0e85-11e8-ba89-0ed5f89f718b|1983aeda-1a96-30e9-adc0-fa7ae01bbebc|https://data.kenyahmis.org:7773|HTS Registry|DWAPI|HTS
a6225bc6-0e85-11e8-ba89-0ed5f89f718b|1983aeda-6a96-11e8-adc0-fa7ae02bbebc|https://data.kenyahmis.org:6763|MGS Registry|DWAPI|MGS
a6222bc6-0e85-11e8-ba89-0ed5f89f718b|1ba47c2a-6e05-11e8-adc0-fa7ae01bbebc|https://auth.kenyahmis.org/dwapi|NDWH Registry|DWAPI|NDWH
a6223bc6-0e85-11e8-ba89-0ed5f89f718b|1983aeda-6a96-11e8-adc0-fa7ae01bbebc|https://spotstaging.kenyahmis.org:6764|CBS Registry|DWAPI|CBS
a6224bc6-0e85-11e8-ba89-0ed5f89f718b|1983aeda-1a96-30e9-adc0-fa7ae01bbebc|https://auth.kenyahmis.org:7773|HTS Registry|DWAPI|HTS
a6225bc6-0e85-11e8-ba89-0ed5f89f718b|1983aeda-6a96-11e8-adc0-fa7ae02bbebc|https://auth.kenyahmis.org:6763|MGS Registry|DWAPI|MGS

0 comments on commit b15a24b

Please sign in to comment.