[league/oauth2-server-bundle] Gitignore signature keypair

This commit is contained in:
Robin Chalas
2025-04-27 17:17:54 +02:00
parent 61572272a5
commit 45c0d41704

View File

@@ -11,5 +11,8 @@
"OAUTH_PASSPHRASE": "%generate(secret)%",
"OAUTH_ENCRYPTION_KEY": "%generate(secret)%"
},
"gitignore": [
"/%CONFIG_DIR%/jwt/*.pem"
],
"aliases": ["oauth2-server", "oauth-server"]
}