Skip to content

Commit

Permalink
to publish on azure
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloDiazSSA committed Nov 30, 2023
1 parent fe040a2 commit 9baa8ae
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -397,4 +397,4 @@ FodyWeavers.xsd
# JetBrains Rider
*.sln.iml
#otros agreggados
/appsettings.Production.json
#/appsettings.Production.json
43 changes: 43 additions & 0 deletions appsettings.Production.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"ConnectionStrings": {
"DefaultConnection": ""
},
"CRED": {
"EmailIntA": "[email protected]",
"PwdIntA": "35ffd846c3d5e1d44ee73a37a16d541bbb78f829e6c351a584934cad84ed9fb0",
"SaltIntA": "12345678900",
"EmailIntU": "[email protected]",
"PwdIntU": "7da3c57c0d420776006a6cebe00141f182567842371e21707722928055062689",
"SaltIntU": "12345678901",
"EmailExtA": "[email protected]",
"PwdExtA": "6c78da1c68e521a560d49739475dd9e243e291c617e6a67cc3ee2a5c041cff4e",
"SaltExtA": "12345678902",
"EmailExtU": "[email protected]",
"PwdExtU": "17e434e1a6a31d0ad82d005fa6d631f386b1dc39e5ba1c89eaa4e70fefd64e69",
"SaltExtU": "12345678903"
},
"Policy": {
"A": "AUTHORIZED"
},
"JWT": {
"Key": "SecretKeyWithMoreThan40CharactersIntoTheContentToWorksWithSHA256",
"expirationToken": "30", //Define el tiempo en minutos en que los token generados estén vigentes
"Issuer": "http://zlomxauat01:8083/",
"Audience": "http://zlomxauat01:8083/"
},
"Encrypt": {
"Key": "T6_u4qwePEMFk{Qm-*<7c,s:KH9gjyJV",
"Iv": "V]tr{+7SKQ~pxWFw"
},
"SP": {
"Signup": "SP_Signup",
"Signin": "SP_Signin"
}
}

0 comments on commit 9baa8ae

Please sign in to comment.