Skip to content

Instantly share code, notes, and snippets.

@trainingLeader
Forked from pazteddy/appsetings.json
Created August 22, 2025 15:32
Show Gist options
  • Select an option

  • Save trainingLeader/0bd5d54812096306646df666710ce910 to your computer and use it in GitHub Desktop.

Select an option

Save trainingLeader/0bd5d54812096306646df666710ce910 to your computer and use it in GitHub Desktop.
Configuración de la llave secreta
{
"ApiSettings":{
"SecretKey": "Esta es una clave secreta y tiene que ser extensa para evitar error de encriptación"
},
"ConnectionStrings": {
"ConexionSql":"..."
},
....
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment