Skip to content

Commit 79f2663

Browse files
authored
Merge pull request #1408 from chalasr/oauth2-server-ignore-keys
[league/oauth2-server-bundle] Gitignore signature keypair
2 parents 6157227 + 45c0d41 commit 79f2663

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

league/oauth2-server-bundle/0.11/manifest.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,8 @@
1111
"OAUTH_PASSPHRASE": "%generate(secret)%",
1212
"OAUTH_ENCRYPTION_KEY": "%generate(secret)%"
1313
},
14+
"gitignore": [
15+
"/%CONFIG_DIR%/jwt/*.pem"
16+
],
1417
"aliases": ["oauth2-server", "oauth-server"]
1518
}

0 commit comments

Comments
 (0)