Skip to content

Commit f3235d2

Browse files
committed
Example of appsettings.json
1 parent 685deb5 commit f3235d2

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

‎appsettings.Development.json‎

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,15 @@
44
"Default": "Information",
55
"Microsoft.AspNetCore": "Warning"
66
}
7-
}
7+
},
8+
"ConnectionStrings": {
9+
"DefaultConnection": "Data Source=taskify.db"
10+
},
11+
"Jwt": {
12+
"Key": "your-secret-key"
13+
"Issuer": "TaskifyIssuer",
14+
"Audience": "TaskifyAudience",
15+
"ExpirationMinutes": 60
16+
},
17+
"AllowedHosts": "*"
818
}

0 commit comments

Comments
 (0)