Skip to content
This repository was archived by the owner on Feb 28, 2025. It is now read-only.

Commit 51f44e0

Browse files
Schecher_1Schecher_1
authored andcommitted
forgot to delete the debug data
1 parent 1f0d556 commit 51f44e0

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

appsettings.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"AllowedHosts": "*",
33
"ConnectionStrings": {
4-
"DefaultConnection": "Server=localhost;Port=3306;Database=InvoicesMgr;Uid=root;Pwd=;"
4+
"DefaultConnection": "Server=;Port=3306;Database=InvoicesMgr;Uid=;Pwd=;"
55
},
66
"JwtKeys": {
7-
"SymmetricSecurityKey": "TqsLHzfrk58trjoYEIvTN7aerVEHrv86YlSQyPEDQb7OJSAzpk6rOjjC4nZQmx5i9gdszR5EuaGfUS8c5ryu0tN5DfvIkTmSWCH3XCXIk0gYzxr8h7Jg60Z525tDFxQN3Mz14QX73bKKcLL2u8fkySq4RgZ6eSwfTSMab3AUBpAcOa9FdOwIRGdQkwXcWXDJSASwwdjAggbBHPP3lyVqEn8wo6iZ09Hk2IXNnCj8Wney01evwvvz19MzyaHp0u0",
8-
"Issuer": "InvoiceMangerAPI",
9-
"Audience": "InvoiceManger",
10-
"Expiration": 3000
7+
"SymmetricSecurityKey": "", // Symmetric security key for JWT
8+
"Issuer": "", // Issuer of the JWT
9+
"Audience": "", // Audience of the JWT
10+
"Expiration": 30 // 30 minutes //The login token has a durability of 30 minutes
1111
},
1212
"Logging": {
1313
"LogLevel": {

0 commit comments

Comments
 (0)