Add generated public and private keys to .gitignore (#1133)

This commit is contained in:
Fabien Bourigault
2022-10-20 09:56:02 +02:00
committed by GitHub
parent 83b92233ae
commit 52b78a5c16
@@ -11,5 +11,8 @@
"OAUTH_PASSPHRASE": "%generate(secret)%",
"OAUTH_ENCRYPTION_KEY": "%generate(secret)%"
},
"gitignore": [
"/%CONFIG_DIR%/jwt/*.pem"
],
"aliases": ["oauth2-server", "oauth-server"]
}