Skip to content

Commit 239eeff

Browse files
committed
model to access the appsettings.json details
1 parent d03ad0f commit 239eeff

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
using System;
2+
using System.Collections.Generic;
3+
using System.Linq;
4+
using System.Threading.Tasks;
5+
6+
namespace Supermarket.Resources
7+
{
8+
public class ApplicationSettings
9+
{
10+
public string JWT_Secret { get; set; }
11+
}
12+
}

0 commit comments

Comments
 (0)